summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge tag 'v3.5-rc7' into drm-nextDave Airlie2012-07-203-18/+4Star
| |\ \
| | * | drm/i915: kick any firmware framebuffers before claiming the gttDaniel Vetter2012-07-031-7/+30
| | * | Revert "drm/i915: allow PCH PWM override on IVB"Daniel Vetter2012-06-271-16/+0Star
| | * | drm/i915: Fix eDP blank screen after S3 resume on HP desktopsTakashi Iwai2012-06-231-1/+4
| | * | drm/i915: rip out the PM_IIR WARNDaniel Vetter2012-06-231-1/+0Star
* | | | drm/i915: don't grab dev->struct_mutex for userspace forcewakDaniel Vetter2012-08-121-18/+0Star
* | | | drm/i915: try harder to find WR PLL clock settingsPaulo Zanoni2012-08-101-22/+17Star
* | | | drm/i915: use the correct encoder type when comparingPaulo Zanoni2012-08-101-6/+6
* | | | drm/i915: Lazily apply the SNB+ seqno w/aChris Wilson2012-08-105-15/+21
* | | | drm/i915: enable rc6 on ilk againDaniel Vetter2012-08-091-15/+10Star
* | | | drm/i915: fix up ilk drps/ips lockingDaniel Vetter2012-08-092-37/+58
* | | | drm/i915: DE_PCU_EVENT irq is ilk-onlyDaniel Vetter2012-08-091-5/+5
* | | | drm/i915: kill dev_priv->mchdev_lockDaniel Vetter2012-08-092-2/+0Star
* | | | drm/i915: move all rps state into dev_priv->rpsDaniel Vetter2012-08-096-49/+63
* | | | drm/i915: use mutex_lock_interruptible for debugfs filesDaniel Vetter2012-08-091-7/+25
* | | | drm/i915: fixup up debugfs rps state handlingDaniel Vetter2012-08-092-4/+45
* | | | drm/i915: properly guard ilk ips stateDaniel Vetter2012-08-091-16/+36
* | | | drm/i915: add parentheses around PIXCLK_GATE definitionsPaulo Zanoni2012-08-091-2/+2
* | | | drm/i915: reindent Haswell register definitionsPaulo Zanoni2012-08-091-99/+85Star
* | | | drm/i915: completely reset the value of DDI_FUNC_CTLPaulo Zanoni2012-08-091-6/+1Star
* | | | drm/i915: correctly set the DDI_FUNC_CTL bpc fieldPaulo Zanoni2012-08-092-6/+21
* | | | drm/i915: set the DDI sync polarity bitsPaulo Zanoni2012-08-092-0/+8
* | | | drm/i915: fix pipe DDI mode selectPaulo Zanoni2012-08-092-1/+7
* | | | drm/i915: dump the device infoDaniel Vetter2012-08-093-23/+48
* | | | drm/i915: fixup desired rps frequency computationDaniel Vetter2012-08-081-6/+6
* | | | drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORESChris Wilson2012-08-081-0/+3
* | | | drm/i915: Only apply the SNB pipe control w/a to gen6Chris Wilson2012-08-081-13/+20
* | | | drm/i915: prevent possible pin leak on error pathEugeni Dodonov2012-07-261-1/+1
* | | | drm/i915: rip out sanitize_pm againDaniel Vetter2012-07-264-39/+5Star
* | | | drm/i915: Only set the down rps limit when at the loweset frequencyDaniel Vetter2012-07-261-18/+25
* | | | drm/i915: Export ability of changing cache levels to userspaceChris Wilson2012-07-263-2/+70
* | | | drm/i915: Segregate memory domains in the GTT using coloringChris Wilson2012-07-264-14/+128
* | | | drm/i915: Expand DPF support to HaswellBen Widawsky2012-07-251-1/+1
* | | | drm/i915: Macro to determine DPF supportBen Widawsky2012-07-254-5/+7
* | | | drm/i915: Add contexts for HSWBen Widawsky2012-07-252-1/+12
* | | | drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson2012-07-256-138/+41Star
* | | | drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson2012-07-255-37/+44
* | | | drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbufferChris Wilson2012-07-251-0/+1
* | | | drm/i915: Replace the complex flushing logic with simple invalidate/flush allDaniel Vetter2012-07-251-202/+20Star
* | | | drm/i915: Remove the explicit flush of the GPU write domainChris Wilson2012-07-251-34/+0Star
* | | | drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson2012-07-251-14/+2Star
* | | | drm/i915: Remove the per-ring write listChris Wilson2012-07-255-70/+3Star
* | | | drm/i915: Remove the defunct flushing listChris Wilson2012-07-254-91/+14Star
* | | | drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson2012-07-255-43/+51
* | | | drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson2012-07-251-1/+1
* | | | drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson2012-07-253-36/+21Star
* | | | drm/i915: add inte_crt->adpa_regDaniel Vetter2012-07-252-7/+17
* | | | drm/i915: create VLV_DSIPLAY_BASE #defineDaniel Vetter2012-07-252-1/+3
* | | | drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson2012-07-251-0/+4
* | | | drm/i915: add register read IOCTLBen Widawsky2012-07-254-0/+50