summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2010-12-15drm/i915: Add frame buffer compression on SandybridgeYuanhan Liu4-3/+20
2010-12-15drm/i915: Add self-refresh support on SandybridgeYuanhan Liu3-18/+334
2010-12-15drm/i915: Wait for vblank before unpinning old fbChris Wilson1-1/+3
2010-12-15Revert "drm/i915: Avoid using PIPE_CONTROL on Ironlake"Chris Wilson2-3/+162
2010-12-14drm/i915: Pass clock limits down to PLL matcherChris Wilson1-18/+16
2010-12-14drm/i915: Poll for seqno completion if IRQ is disabledChris Wilson1-2/+4
2010-12-14drm/i915/ringbuffer: Make IRQ refcnting atomicChris Wilson4-46/+56
2010-12-09Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson5-57/+47
2010-12-09drm/i915/sdvo: Only use the SDVO pin if it is in the valid rangeChris Wilson1-3/+6
2010-12-09drm/i915: Enable RC6 autodownclocking on SandybridgeChris Wilson2-0/+148
2010-12-09drm/i915: Terminate the FORCE WAKE after we have finished readingChris Wilson3-9/+35
2010-12-09drm/i915/gtt: Clear the cachelines upon resumeChris Wilson1-1/+2
2010-12-09drm/i915: Restore GTT mapping first upon resumeChris Wilson1-1/+6
2010-12-09drm/i915: driver.suspend and .resume are always setChris Wilson1-5/+0
2010-12-09drm/i915: Mark the user reloc error paths as unlikelyChris Wilson1-9/+8
2010-12-09drm/i915: Eliminate drm_gem_object_lookup during relocationChris Wilson2-27/+129
2010-12-09drm/i915: Re-arm the idle timers if the device is still busyChris Wilson1-2/+16
2010-12-09drm/i915/ringbuffer: Handle wrapping of the autoreported HEADChris Wilson2-13/+11
2010-12-08drm/i915/dp: Fix I2C/EDID handling with active DisplayPort to DVI converterDavid Flynn1-7/+30
2010-12-08drm/i915: i915 cannot provide switcher services.Dave Airlie1-34/+0
2010-12-08drm/i915: Disable renderctx powersaving support for IronlakeChris Wilson1-1/+1
2010-12-08Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson4-61/+91
2010-12-08drm/i915/dp: Only apply the workaround if the select is still activeChris Wilson1-2/+6
2010-12-07drm/i915: Emit a request to clear a flushed and idle ring for unbusy boChris Wilson1-1/+11
2010-12-06drm/i915: Wait for the bo if a display flip is pipelined on the other ringChris Wilson1-1/+1
2010-12-06drm/i915: Only emit a flush if there is an outstanding gpu writeChris Wilson1-2/+3
2010-12-06drm/i915: Completely disable fence pipelining.Chris Wilson1-2/+4
2010-12-06drm/i915: Uncouple render/power ctx before suspendingChris Wilson3-26/+36
2010-12-06drm/i915: Ignore fenced commands for gpu access on gen4Chris Wilson1-11/+16
2010-12-06drm/i915: caps.has_rc6 is no longer used, remove it.Chris Wilson3-6/+3
2010-12-06drm/i915: Power Context register is only available for gen4 mobilesChris Wilson1-1/+1
2010-12-06drm/i915: Avoid using PIPE_CONTROL on IronlakeChris Wilson2-159/+4
2010-12-06drm/i915/lvds: Always restore panel-fitter when enabling the LVDSChris Wilson1-44/+54
2010-12-06drm/i915/ringbuffer: Only print an error on the second attempt to reset headChris Wilson1-14/+16
2010-12-05drm/i915/dp: Trivial code tidyChris Wilson1-3/+3
2010-12-05Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-0/+3
2010-12-05drm/i915: announce to userspace that the bsd ring is coherentDaniel Vetter1-0/+3
2010-12-05Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson1-13/+59
2010-12-05drm/i915: Enable self-refresh for IronlakeChris Wilson1-1/+1
2010-12-05drm/i915: Implement GPU semaphores for inter-ring synchronisation on SNBChris Wilson14-439/+648
2010-12-05drm/i915: Be paranoid and bail on resetting if we can't take the lock.Chris Wilson1-1/+2
2010-12-05drm/i915: Allow LVDS to be on pipe A for Ironlake+Chris Wilson1-0/+2
2010-12-05drm/i915: Re-enable RC6 for power-savings.Chris Wilson1-1/+0
2010-12-05drm/i915: Enable CB tuning of the Display PLLChris Wilson2-1/+17
2010-12-05drm/i915: Explain why we need to write DPLL twiceChris Wilson1-5/+5
2010-12-05drm/i915/lvds: Connect the PWM to the LVDS pipeChris Wilson1-3/+11
2010-12-04drm/i915: Factor in pixel-repeat in FDI M/N calculationChris Wilson1-0/+3
2010-12-04drm/i915: Death to the unnecessary 64bit divideChris Wilson1-13/+5
2010-12-03drm/i915: Clean conflicting modesetting registers upon initChris Wilson1-0/+51
2010-12-03Merge branch 'drm-intel-fixes' into drm-intel-nextChris Wilson5-101/+99