aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-29drm/i915/pch: Save/restore PCH_PORT_HOTPLUG across suspendAdam Jackson2-0/+3
2011-07-29drm/i915: apply phase pointer override on SNB+ tooJesse Barnes2-0/+36
2011-07-29drm/i915: Add quirk to disable SSC on Sony Vaio Y2Michel Alexandre Salim1-0/+3
2011-07-29drm/i915: provide more error output when mode sets failJesse Barnes1-1/+4
2011-07-29drm/i915: add GPU max frequency control fileJesse Barnes1-0/+90
2011-07-29i915: add Dell OptiPlex FX170 to intel_no_lvdsPieterjan Camerlynck1-0/+8
2011-07-29drm/i915: Ignore GPU wedged errors while pinning scanout buffersKeith Packard1-1/+1
2011-07-29drm/i915/hdmi: send AVI info frames on ILK+ as wellJesse Barnes2-1/+52
2011-07-28drm/i915: fix CB tuning check for ILK+Jesse Barnes1-1/+1
2011-07-28Merge branch 'drm-intel-fixes' into drm-intel-nextKeith Packard4-51/+98
2011-07-28drm/i915: Flush other plane register writesKeith Packard1-13/+18
2011-07-28drm/i915: flush plane control changes on ILK+ as wellJesse Barnes1-2/+2
2011-07-28drm/i915: apply timing generator bug workaround on CPT and PPTJesse Barnes2-0/+9
2011-07-28drm/i915: Set crtc DPMS mode to ON in intel_crtc_mode_setKeith Packard1-0/+2
2011-07-28Revert and fix "drm/i915/dp: remove DPMS mode tracking from DP"Keith Packard1-0/+8
2011-07-28drm/i915: DP_PIPE_ENABLED must check transcoder on CPTKeith Packard2-14/+34
2011-07-28drm/i915: In intel_dp_init, replace read of DPCD with intel_dp_get_dpcdKeith Packard1-5/+3
2011-07-28drm/i915: Rename i915_dp_detect_common to intel_dp_get_dpcdKeith Packard1-9/+15
2011-07-28drm/i915: Use dp_detect_common in hotplug helper functionKeith Packard1-20/+19
2011-07-28drm/i915: Fixup for 'Hold mode_config->mutex during hotplug'Keith Packard1-2/+2
2011-07-26atomic: use <linux/atomic.h>Arun Sharma6-6/+6
2011-07-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds104-1417/+5532
2011-07-26drm/radeon/kms: fix DP training for DPEncoderService revision bigger than 1.1Jerome Glisse1-4/+18
2011-07-26drm/radeon/kms: add missing vddci setting on NI+Alex Deucher1-0/+3
2011-07-25Merge 'akpm' patch seriesLinus Torvalds5-18/+9
2011-07-25drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick5-18/+9