summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-078-22/+79
|\
| * drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson2013-03-061-1/+1
| * drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson2013-03-061-2/+2
| * drm/i915: also disable south interrupts when handling themPaulo Zanoni2013-03-051-2/+24
| * drm/i915: enable irqs earlier when resumingDaniel Vetter2013-03-051-1/+12
| * drm/i915: Increase the RC6p threshold.Stéphane Marchesin2013-03-051-1/+1
| * DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich2013-03-041-0/+26
| * drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke2013-03-031-6/+6
| * drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä2013-03-031-7/+4
| * drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni2013-03-031-1/+2
| * drm/i915: Fix missing variable initilizationSyam Sidhardhan2013-03-031-1/+1
* | drm/nv50-: prevent some races between modesetting and page flippingBen Skeggs2013-03-041-83/+106
* | drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs2013-03-041-0/+1
* | drm/nv84: fix regression in page flippingBen Skeggs2013-03-041-6/+14
* | drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez2013-03-041-1/+1
* | drm/nouveau: Disable AGP on PowerPC again.Francisco Jerez2013-03-041-0/+12
* | drm/nve0/graph: some random reg moved on keplerBen Skeggs2013-03-041-1/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-11/+8
* | drm/vmwgfx: convert to idr_alloc()Tejun Heo2013-02-281-9/+8
* | drm/via: convert to idr_alloc()Tejun Heo2013-02-281-10/+3
* | drm/sis: convert to idr_alloc()Tejun Heo2013-02-281-10/+3
* | drm/i915: convert to idr_alloc()Tejun Heo2013-02-281-16/+5
* | drm/exynos: convert to idr_alloc()Tejun Heo2013-02-281-11/+5
* | drm: convert to idr_alloc()Tejun Heo2013-02-284-68/+25
* | drm: don't use idr_remove_all()Tejun Heo2013-02-287-11/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-275-10/+10
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-234-9/+9
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-26339-11120/+29509
|\ \ \
| * | | drm/tilcdc: only build on armStephen Rothwell2013-02-261-1/+1
| * | | Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux ...Dave Airlie2013-02-2411-1266/+950
| |\ \ \
| | * | | drm/radeon: Use generic HDMI infoframe helpersThierry Reding2013-02-222-161/+58
| | * | | drm/tegra: Use generic HDMI infoframe helpersThierry Reding2013-02-223-306/+110
| | * | | drm: Add HDMI infoframe helpersThierry Reding2013-02-222-0/+34
| | * | | drm: Move mode tables to drm_edid.cThierry Reding2013-02-222-781/+746
| | * | | drm: Remove duplicate drm_mode_cea_vic()Thierry Reding2013-02-224-27/+11
| * | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-02-244-51/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | drm/i915: Revert hdmi HDP pin checksDaniel Vetter2013-02-221-29/+0
| | * | | drm/i915: Handle untiled planes when computing their offsetsChris Wilson2013-02-213-22/+34
| * | | | drm/tegra: Add list of framebuffers to debugfsThierry Reding2013-02-221-0/+44
| * | | | drm/tegra: Fix color expansionThierry Reding2013-02-221-1/+1
| * | | | drm/tegra: Split DC_CMD_STATE_CONTROL register writeThierry Reding2013-02-221-2/+3
| * | | | drm/tegra: Implement page-flipping supportThierry Reding2013-02-224-0/+82
| * | | | drm/tegra: Implement VBLANK supportThierry Reding2013-02-223-17/+91
| * | | | drm/tegra: Implement .mode_set_base()Thierry Reding2013-02-221-0/+32
| * | | | drm/tegra: Add plane supportThierry Reding2013-02-223-95/+372
| * | | | drm/tegra: Remove bogus tegra_framebuffer structureThierry Reding2013-02-222-12/+1
| * | | | drm: Add consistency check for page-flippingThierry Reding2013-02-221-0/+7
| | |/ / | |/| |
| * | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2013-02-228-698/+490
| |\ \ \
| | * | | drm/exynos: Add device tree based discovery support for G2DAjay Kumar2013-02-211-0/+10
| | * | | drm/exynos: hdmi: support extra resolutions using drm_display_mode timingsSean Paul2013-02-211-648/+374