summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2013-03-08drm/tegra: drop "select DRM_HDMI"Paul Bolle-1/+0
2013-03-08drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire-0/+1
2013-03-08drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey-0/+27
2013-03-08drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey-1/+0
2013-03-07drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák-2/+3
2013-03-07drm/radeon: skip MC reset as it's probably not hungAlex Deucher-0/+24
2013-03-07drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher-0/+9
2013-03-07drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher-0/+12
2013-03-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie-22/+79
2013-03-06drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson-1/+1
2013-03-06drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson-2/+2
2013-03-05drm/i915: also disable south interrupts when handling themPaulo Zanoni-2/+24
2013-03-05drm/i915: enable irqs earlier when resumingDaniel Vetter-1/+12
2013-03-05drm/i915: Increase the RC6p threshold.Stéphane Marchesin-1/+1
2013-03-04DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich-0/+26
2013-03-04drm/nv50-: prevent some races between modesetting and page flippingBen Skeggs-83/+106
2013-03-04drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs-0/+1
2013-03-04drm/nv84: fix regression in page flippingBen Skeggs-6/+14
2013-03-04drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez-1/+1
2013-03-04drm/nouveau: Disable AGP on PowerPC again.Francisco Jerez-0/+12
2013-03-04drm/nve0/graph: some random reg moved on keplerBen Skeggs-1/+1
2013-03-03drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke-6/+6
2013-03-03drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä-7/+4
2013-03-03drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni-1/+2
2013-03-03drm/i915: Fix missing variable initilizationSyam Sidhardhan-1/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-11/+8
2013-02-27drm/vmwgfx: convert to idr_alloc()Tejun Heo-9/+8
2013-02-27drm/via: convert to idr_alloc()Tejun Heo-10/+3
2013-02-27drm/sis: convert to idr_alloc()Tejun Heo-10/+3
2013-02-27drm/i915: convert to idr_alloc()Tejun Heo-16/+5
2013-02-27drm/exynos: convert to idr_alloc()Tejun Heo-11/+5
2013-02-27drm: convert to idr_alloc()Tejun Heo-68/+25
2013-02-27drm: don't use idr_remove_all()Tejun Heo-11/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-10/+10
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-11204/+29513
2013-02-26drm/tilcdc: only build on armStephen Rothwell-1/+1
2013-02-24Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie-1266/+950
2013-02-24Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie-51/+34
2013-02-22new helper: file_inode(file)Al Viro-9/+9
2013-02-22drm/i915: Revert hdmi HDP pin checksDaniel Vetter-29/+0
2013-02-22drm/tegra: Add list of framebuffers to debugfsThierry Reding-0/+44
2013-02-22drm/tegra: Fix color expansionThierry Reding-1/+1
2013-02-22drm/tegra: Split DC_CMD_STATE_CONTROL register writeThierry Reding-2/+3
2013-02-22drm/tegra: Implement page-flipping supportThierry Reding-0/+82
2013-02-22drm/tegra: Implement VBLANK supportThierry Reding-17/+91
2013-02-22drm/tegra: Implement .mode_set_base()Thierry Reding-0/+32
2013-02-22drm/tegra: Add plane supportThierry Reding-95/+372
2013-02-22drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding-12/+1
2013-02-22drm: Add consistency check for page-flippingThierry Reding-0/+7
2013-02-22drm/radeon: Use generic HDMI infoframe helpersThierry Reding-161/+58