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