aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-23drm/radeon: Extended DDC Probing for Toshiba L300D Radeon Mobility X1100 HDMI-A ConnectorThomas Reim1-0/+10
2011-08-23drm/ttm: ensure ttm for new node is bound before calling move_notify()Ben Skeggs1-4/+6
2011-08-23drm/ttm: unbind ttm before destroying node in accel move cleanupBen Skeggs1-1/+1
2011-08-23drm/ttm: fix ttm_bo_add_ttm(user) failure pathMarcin Slusarz1-1/+3
2011-08-22drm/radeon: Make vramlimit parameter actually work.Michel Dänzer1-0/+2
2011-08-22drm/radeon: Explicitly print GTT/VRAM offsets on test failure.Michel Dänzer1-6/+18
2011-08-22drm/radeon: Take IH ring into account for test size calculation.Michel Dänzer1-3/+7
2011-08-22drm/radeon/alpha: Add Alpha support to Radeon DRM codeJay Estabrook1-0/+23
2011-08-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/drm-intelLinus Torvalds2-0/+8
2011-08-19drm/i915: set GFX_MODE to pre-Ivybridge default value even on IvybridgeJesse Barnes2-0/+8
2011-08-15Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6Linus Torvalds11-116/+264
2011-08-15drm/i915: Cannot set clock gating under UMSKeith Packard1-1/+2
2011-08-15drm/i915: Can't do accurate vblank timestamps with UMSKeith Packard1-2/+4
2011-08-15Not all systems expose a firmware or platform mechanism for changing the backlight intensity on i915, so add native driver support.Matthew Garrett6-3/+89
2011-08-15drm/radeon/kms: don't try to be smart in the hpd handlerAlex Deucher3-8/+19
2011-08-12drm/radeon: re-POST the asic on Apple hardware when booted via EFIMatthew Garrett1-0/+4
2011-08-12drm/radeon: Allow panel preferred EDID to override BIOS native modeMatthew Garrett1-2/+11
2011-08-12drm/radeon/kms: make some watermark messages debug onlyAlex Deucher1-1/+1
2011-08-12drm/radeon/kms: fix regression is handling >2 heads on cedar/caicosAlex Deucher1-0/+3
2011-08-12drm/radeon/kms: don't enable connectors that are off in the hotplug handlerAlex Deucher1-0/+4
2011-08-09drm/i915: split out PCH refclk update codeJesse Barnes1-43/+76
2011-08-09drm/i915: show interrupt info on IVBJesse Barnes1-1/+1
2011-08-08drm/i915: Remove unused 'reg' argument to dp_pipe_enabledKeith Packard1-4/+4
2011-08-08drm/i915: Fix PCH port pipe select in CPT disable pathsKeith Packard2-15/+58
2011-08-08drm/i915: Leave LVDS registers unlockedKeith Packard1-35/+16
2011-08-08drm/i915: Wait for LVDS panel power sequenceKeith Packard1-12/+14
2011-08-05Revert "drm/i915: Try enabling RC6 by default (again)"Dave Airlie1-1/+1
2011-08-04drm/radeon: Extended DDC Probing for ECS A740GM-M DVI-D ConnectorThomas Reim1-0/+9
2011-08-04drm/radeon: Log Subsystem Vendor and Device InformationThomas Reim1-2/+3
2011-08-04drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lines (here: Asus M2A-VM HDMI)Thomas Reim4-12/+80
2011-08-04drm: Separate EDID Header Check from EDID Block CheckThomas Reim1-6/+18
2011-08-04drm: Add NULL check about irq functionsJoonyoung Shim1-8/+15
2011-08-04drm: Fix irq install error handlingJoonyoung Shim1-0/+3
2011-08-04drm/radeon: fix potential NULL dereference in drivers/gpu/drm/radeon/atom.cBojan Prtvar1-0/+3
2011-08-04drm/radeon: clean reg header filesFernando Luis Vázquez Cao1-0/+1
2011-08-04drm/debugfs: Initialise empty variableEmil Velikov1-1/+3
2011-08-04Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixesDave Airlie16-104/+591
2011-08-04drm/radeon/kms: add thermal chip quirk for asus 9600xtAlex Deucher1-1/+20
2011-08-04drm/radeon: off by one in check_reg() functionsDan Carpenter2-3/+2
2011-08-04drm/radeon/kms: fix version comment due to merge timingAlex Deucher1-2/+2
2011-08-03drm/i915: allow cache sharing policy controlJesse Barnes2-0/+107
2011-08-03drm/i915/hdmi: HDMI source product description infoframe supportJesse Barnes2-0/+37
2011-08-03drm/i915/hdmi: split infoframe setting from infoframe type codeJesse Barnes3-46/+106
2011-08-03drm: track CEA version number if presentJesse Barnes1-0/+9
2011-08-03drm/i915: Try enabling RC6 by default (again)Keith Packard1-1/+1
2011-08-03Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard1-4/+11
2011-08-03Revert "drm/i915/dp: Zero the DPCD data before connection probe"Keith Packard1-1/+0
2011-08-01drm/i915/dp: wait for previous AUX channel activity to clearJesse Barnes1-3/+11
2011-08-01drm/i915: don't use uninitialized EDID bpc values when picking pipe bppJesse Barnes1-2/+5
2011-07-29Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard7-2/+193