summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-26drm/i915/gtt: Check va range against vm sizeMika Kuoppala1-7/+11
2015-06-26drm/i915/gtt: Mark TLBS dirty for gen8+Mika Kuoppala1-10/+12
2015-06-25drm/i915: Add debug messages for pipe enable/disableVille Syrjälä1-0/+4
2015-06-25drm/i915: Store frontbuffer_bits in the planeVille Syrjälä3-55/+22
2015-06-24drm/i915: Add the ddi get cdclk code for BXT (v3)Bob Paauwe1-0/+31
2015-06-24drm/i915: Return correct size for rotated viewsTvrtko Ursulin1-2/+3
2015-06-24drm/i915: Move rotated geometry calculations into the fill helperTvrtko Ursulin3-23/+23
2015-06-24drm/i915: Remove mostly unused variable in intel_rotate_fb_obj_pagesTvrtko Ursulin1-6/+5
2015-06-24drm/i915: Nuke lvds downclock supportDaniel Vetter6-227/+8
2015-06-24drm/i915/gen9: fix typo when setting up the crtc scalerImre Deak1-1/+1
2015-06-24drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaroundArun Siluvery2-0/+16
2015-06-24drm/i915: Use to_i915 in intel_frontbuffer.cDaniel Vetter1-6/+6
2015-06-24drm/i915/psr: Restrict single-shot updates to the PSR pipeDaniel Vetter3-13/+18
2015-06-24drm/i915/psr: Restrict buffer tracking to the PSR pipeDaniel Vetter1-4/+7
2015-06-24drm/i915/drrs: Restrict buffer tracking to the DRRS pipeDaniel Vetter1-6/+7
2015-06-24drm/i915: s/update/compute/ for gmch dpll register functionsDaniel Vetter1-20/+20
2015-06-24drm/i915: debugfs for frontbuffer trackingDaniel Vetter1-0/+16
2015-06-24drm/i915: Filter out no-op frontbuffer tracking flushesDaniel Vetter1-0/+3
2015-06-24drm/i915: Clear fb_tracking.busy_bits also for synchronous flipsDaniel Vetter2-16/+26
2015-06-23drm/i915: Bail out early if WA batch is not available for given GenArun Siluvery1-5/+6
2015-06-23drm/i915: Fix warnings reported by 0-dayArun Siluvery1-1/+3
2015-06-23drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison3-40/+1
2015-06-23drm/i915: Update a bunch of LRC functions to take requestsJohn Harrison1-37/+29
2015-06-23drm/i915: Remove 'faked' request from LRC submissionJohn Harrison1-16/+5
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison3-20/+49
2015-06-23drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison5-30/+3
2015-06-23drm/i915: Remove the now obsolete intel_ring_get_request()John Harrison1-7/+0
2015-06-23drm/i915: Add *_ring_begin() to request allocationJohn Harrison5-25/+46
2015-06-23drm/i915: Update intel_logical_ring_begin() to take a request structureJohn Harrison1-20/+16
2015-06-23drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison8-57/+55
2015-06-23drm/i915: Update cacheline_align() to take a request structureJohn Harrison3-3/+4
2015-06-23drm/i915: Update ring->signal() to take a request structureJohn Harrison2-11/+11
2015-06-23drm/i915: Update ring->sync_to() to take a request structureJohn Harrison4-10/+12
2015-06-23drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2-9/+6
2015-06-23drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison4-11/+16
2015-06-23drm/i915: Update ring->emit_request() to take a request structureJohn Harrison3-7/+5
2015-06-23drm/i915: Update ring->add_request() to take a request structureJohn Harrison3-16/+14
2015-06-23drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2-11/+9
2015-06-23drm/i915: Update some flush helpers to take request structuresJohn Harrison1-9/+11
2015-06-23drm/i915: Update ring->flush() to take a requests structureJohn Harrison5-22/+30
2015-06-23drm/i915: Update switch_mm() to take a request structureJohn Harrison3-11/+16
2015-06-23drm/i915: Update flush_all_caches() to take request structuresJohn Harrison5-14/+13
2015-06-23drm/i915: Update workarounds_emit() to take request structuresJohn Harrison2-10/+10
2015-06-23drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison4-12/+14
2015-06-23drm/i915: Update mi_set_context() to take a request structureJohn Harrison1-5/+4
2015-06-23drm/i915: Update l3_remap to take a request structureJohn Harrison3-4/+5
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison6-8/+10
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison7-22/+23
2015-06-23drm/i915: Update queue_flip() to take a request structureJohn Harrison4-17/+21
2015-06-23drm/i915: Update overlay code to do explicit request managementJohn Harrison1-16/+41