aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2010-12-05drm/i915: Be paranoid and bail on resetting if we can't take the lock.Chris Wilson
2010-12-05drm/i915: Allow LVDS to be on pipe A for Ironlake+Chris Wilson
2010-12-05drm/i915: Re-enable RC6 for power-savings.Chris Wilson
2010-12-05drm/i915: Enable CB tuning of the Display PLLChris Wilson
2010-12-05drm/i915: Explain why we need to write DPLL twiceChris Wilson
2010-12-05drm/i915/lvds: Connect the PWM to the LVDS pipeChris Wilson
2010-12-02Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-12-02drm/i915: Apply a workaround for transitioning from DP on pipe B to HDMI.Eric Anholt
2010-12-02drm/i915: Always set the DP transcoder config to 8BPC.Eric Anholt
2010-12-02drm/i915: Kill the get_fence tracepointChris Wilson
2010-12-02drm/i915: Remove inactive LRU tracking from set_domain_ioctlChris Wilson
2010-12-02drm/i915: Pipelined fencing [infrastructure]Chris Wilson
2010-12-02drm/i915: Prevent stalling for a GTT read back from a read-only GPU targetChris Wilson
2010-12-01drm/i915/lvds: Disable panel-fitter on gen4 for 1:1 scale factorsChris Wilson
2010-12-01drm/radeon/kms: add workaround for dce3 ddc line vbios bugAlex Deucher
2010-12-01drm/radeon/kms: fix interlaced and doublescan handlingAlex Deucher
2010-12-01drm/radeon/kms: fix typos in disabled vbios codeAlex Deucher
2010-12-01Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie
2010-11-30drm/i915/ringbuffer: Handle cliprects in the callerChris Wilson
2010-11-30drm/i915: Move instruction state invalidation from execbuffer to flushChris Wilson
2010-11-30Revert "drm/i915/dp: use VBT provided eDP params if available"Chris Wilson
2010-11-29drm/i915: Clear pfit registers when not used by any outputsChris Wilson
2010-11-29drm: record monitor status in output_poll_executeKeith Packard
2010-11-29drm: Set connector DPMS status to ON in drm_crtc_helper_set_configKeith Packard
2010-11-28drm/i915: Release fenced GTT mapping on suspendChris Wilson
2010-11-28Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson
2010-11-28drm/i915/execbuffer: On error, starting unwinding from the previous objectChris Wilson
2010-11-28drm/i915: fix regression due to ba3d8d749b01548b9Daniel Vetter
2010-11-26Merge remote branch 'intel/drm-intel-fixes' of /ssd/git/drm-next into drm-fixesDave Airlie
2010-11-26Revert "drm/radeon/kms: fix typo in r600 cs checker"Alex Deucher
2010-11-25drm/i915: Avoid allocation for execbuffer object listChris Wilson
2010-11-25drm/i915: Split i915_gem_execbuffer into its own file.Chris Wilson
2010-11-25drm/i915: Defer accounting until read from debugfsChris Wilson
2010-11-25drm/i915: Mark a few functions as __must_checkChris Wilson
2010-11-25drm/i915: Tweak on-error bbaddr parsing for clarityChris Wilson
2010-11-25drm/i915: Only save and restore fences for UMSChris Wilson
2010-11-25drm/i915: Add a mechanism for pipelining fence register updatesDaniel Vetter
2010-11-24drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliableChris Wilson
2010-11-24drm/i915: More accurately track last fence usage by the GPUChris Wilson
2010-11-24drm/i915: Rework execbuffer pinningChris Wilson
2010-11-23drm/i915/sdvo: Always fallback to querying the shared DDC lineChris Wilson
2010-11-23drm/i915: Thread the pipelining ring through the callers.Chris Wilson
2010-11-23drm/i915: Extend hangcheck timeoutChris Wilson
2010-11-23drm/i915: Remove a defunct BUG_ONChris Wilson
2010-11-23drm/i915: Move the implementation details of PIPE_CONTROL to the ringbufferChris Wilson
2010-11-23drm/i915: Record fence registers on error.Chris Wilson
2010-11-23drm/i915: Not all mappable regions require GTT fence regionsChris Wilson
2010-11-23drm/i915: Use drm_i915_gem_object as the preferred typeChris Wilson
2010-11-23drm/i915: no more agp for gemDaniel Vetter
2010-11-23drm/i915: move gtt handling to i915_gem_gtt.cDaniel Vetter