summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-07-23drm/i915: enable rc6 on ilk againDaniel Vetter1-15/+10
2012-07-23drm/ips: move drps/ips/ilk related variables into dev_priv->ipsDaniel Vetter3-74/+72
2012-07-23drm/i915: fix up ilk drps/ips lockingDaniel Vetter2-37/+58
2012-07-23drm/i915: DE_PCU_EVENT irq is ilk-onlyDaniel Vetter1-5/+5
2012-07-23drm/i915: kill dev_priv->mchdev_lockDaniel Vetter2-2/+0
2012-07-23drm/i915: move all rps state into dev_priv->rpsDaniel Vetter6-52/+65
2012-07-23drm/i915: fixup up debugfs rps state handlingDaniel Vetter2-15/+29
2012-07-23drm/i915: properly guard ilk ips stateDaniel Vetter1-12/+25
2012-07-23drm/i915: ensure rps state is properly lock-protectedDaniel Vetter1-0/+2
2012-07-23drm/i915: Avoid concurrent access when marking the device as idle/busyChris Wilson6-138/+41
2012-07-21drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcsChris Wilson5-37/+44
2012-07-21drm/i915: Clear the pending_gpu_fenced_access flag at the start of execbufferChris Wilson1-0/+1
2012-07-21drm/i915: Replace the complex flushing logic with simple invalidate/flush allDaniel Vetter1-202/+20
2012-07-21drm/i915: Remove the explicit flush of the GPU write domainChris Wilson1-34/+0
2012-07-21drm/i915: Remove explicit flush from i915_gem_object_flush_fence()Chris Wilson1-14/+2
2012-07-21drm/i915: Remove the per-ring write listChris Wilson5-70/+3
2012-07-21drm/i915: Remove the defunct flushing listChris Wilson4-91/+14
2012-07-21drm/i915: Replace the pending_gpu_write flag with an explicit seqnoChris Wilson5-43/+51
2012-07-21drm/i915: Remove assertion over write domain after i915_gem_object_sync()Chris Wilson1-1/+1
2012-07-20drm/i915: Allow late allocation of request for i915_add_request()Chris Wilson3-36/+21
2012-07-20drm/i915: add inte_crt->adpa_regDaniel Vetter2-7/+17
2012-07-20drm/i915: create VLV_DSIPLAY_BASE #defineDaniel Vetter2-1/+3
2012-07-20drm/i915: Return a mask of the active rings in the high word of busy_ioctlChris Wilson1-0/+4
2012-07-20drm/i915: add register read IOCTLBen Widawsky4-0/+50
2012-07-20drm/i915: Support for ns2501-DVOThomas Richter5-2/+596
2012-07-20drm/i915: add port field to struct intel_dp and use itPaulo Zanoni3-34/+34
2012-07-20drm/i915: move common code to intel_dp_set_link_trainPaulo Zanoni1-34/+51
2012-07-20drm/i915: add port parameter to intel_hdmi_initDaniel Vetter4-38/+22
2012-07-20drm/i915: simplify possible_clones computationDaniel Vetter9-61/+35
2012-07-20drm/i915: group ADPA #defines togetherDaniel Vetter1-25/+22
2012-07-20drm/i915: Cleanup context switching through do_switch()Chris Wilson1-31/+26
2012-07-20drm/i915: Move DP structs to shared locationShobhit Kumar2-32/+32
2012-07-20drm/i915: dereferencing an error pointerDan Carpenter1-1/+3
2012-07-20drm/i915: fix invalid reference handling of the default ctx objChris Wilson1-14/+4
2012-07-20drm/i915: Add -EIO to the list of known errors for __wait_seqnoChris Wilson1-0/+1
2012-07-20drm/i915: Flush the context object from the CPU caches upon switchingChris Wilson1-0/+11
2012-07-20drm/i915: Workaround hang with BSD and forcewake on SandyBridgeChris Wilson1-9/+10
2012-07-20drm/i915: Make the lock for pageflips interruptibleChris Wilson1-1/+4
2012-07-20drm/i915: don't forget the PCH backlight registersPaulo Zanoni1-1/+14
2012-07-20drm/i915: Insert a flush between batches if the breadcrumb was droppedChris Wilson1-2/+7
2012-07-20drm/i915: missing error case in init status pageBen Widawsky1-0/+1
2012-07-20drm/i915: mask tiled bit when updating ILK spritesAnder Conselvan de Oliveira1-0/+1
2012-07-20drm/i915: try to train DP even harderPaulo Zanoni1-1/+1
2012-07-20drm/i915: kill intel_ddc_probeDaniel Vetter2-29/+0
2012-07-20drm/i915: check whether we actually received an edid in detect_ddcDaniel Vetter1-19/+14
2012-07-20drm/i915: fix up PCH backlight #define mixupDaniel Vetter1-1/+1
2012-07-20drm/i915: Add comments to explain the BSD tail write workaroundChris Wilson5-12/+26
2012-07-20drm/i915: Disable the BLT on pre-production SNB hardwareChris Wilson1-1/+17
2012-07-20drm/i915: initialize power wells in modeset_init_hwEugeni Dodonov3-5/+6
2012-07-20drm/i915: Only request PM interrupts for the events we handledChris Wilson1-8/+1