summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/gtt: Allow >= 4GB sizes for vm.Mika Kuoppala2015-06-265-43/+43
* drm/i915/gtt: Check va range against vm sizeMika Kuoppala2015-06-261-7/+11
* drm/i915/gtt: Mark TLBS dirty for gen8+Mika Kuoppala2015-06-261-10/+12
* drm/i915: Add debug messages for pipe enable/disableVille Syrjälä2015-06-251-0/+4
* drm/i915: Store frontbuffer_bits in the planeVille Syrjälä2015-06-253-55/+22
* drm/i915: Add the ddi get cdclk code for BXT (v3)Bob Paauwe2015-06-241-0/+31
* drm/i915: Return correct size for rotated viewsTvrtko Ursulin2015-06-241-2/+3
* drm/i915: Move rotated geometry calculations into the fill helperTvrtko Ursulin2015-06-243-23/+23
* drm/i915: Remove mostly unused variable in intel_rotate_fb_obj_pagesTvrtko Ursulin2015-06-241-6/+5
* drm/i915: Nuke lvds downclock supportDaniel Vetter2015-06-246-227/+8
* drm/i915/gen9: fix typo when setting up the crtc scalerImre Deak2015-06-241-1/+1
* drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaroundArun Siluvery2015-06-242-0/+16
* drm/i915: Use to_i915 in intel_frontbuffer.cDaniel Vetter2015-06-241-6/+6
* drm/i915/psr: Restrict single-shot updates to the PSR pipeDaniel Vetter2015-06-243-13/+18
* drm/i915/psr: Restrict buffer tracking to the PSR pipeDaniel Vetter2015-06-241-4/+7
* drm/i915/drrs: Restrict buffer tracking to the DRRS pipeDaniel Vetter2015-06-241-6/+7
* drm/i915: s/update/compute/ for gmch dpll register functionsDaniel Vetter2015-06-241-20/+20
* drm/i915: debugfs for frontbuffer trackingDaniel Vetter2015-06-241-0/+16
* drm/i915: Filter out no-op frontbuffer tracking flushesDaniel Vetter2015-06-241-0/+3
* drm/i915: Clear fb_tracking.busy_bits also for synchronous flipsDaniel Vetter2015-06-242-16/+26
* drm/i915: Bail out early if WA batch is not available for given GenArun Siluvery2015-06-231-5/+6
* drm/i915: Fix warnings reported by 0-dayArun Siluvery2015-06-231-1/+3
* drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison2015-06-233-40/+1
* drm/i915: Update a bunch of LRC functions to take requestsJohn Harrison2015-06-231-37/+29
* drm/i915: Remove 'faked' request from LRC submissionJohn Harrison2015-06-231-16/+5
* drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-233-20/+49
* drm/i915: Remove the now obsolete 'outstanding_lazy_request'John Harrison2015-06-235-30/+3
* drm/i915: Remove the now obsolete intel_ring_get_request()John Harrison2015-06-231-7/+0
* drm/i915: Add *_ring_begin() to request allocationJohn Harrison2015-06-235-25/+46
* drm/i915: Update intel_logical_ring_begin() to take a request structureJohn Harrison2015-06-231-20/+16
* drm/i915: Update intel_ring_begin() to take a request structureJohn Harrison2015-06-238-57/+55
* drm/i915: Update cacheline_align() to take a request structureJohn Harrison2015-06-233-3/+4
* drm/i915: Update ring->signal() to take a request structureJohn Harrison2015-06-232-11/+11
* drm/i915: Update ring->sync_to() to take a request structureJohn Harrison2015-06-234-10/+12
* drm/i915: Update ring->emit_bb_start() to take a request structureJohn Harrison2015-06-232-9/+6
* drm/i915: Update ring->dispatch_execbuffer() to take a request structureJohn Harrison2015-06-234-11/+16
* drm/i915: Update ring->emit_request() to take a request structureJohn Harrison2015-06-233-7/+5
* drm/i915: Update ring->add_request() to take a request structureJohn Harrison2015-06-233-16/+14
* drm/i915: Update ring->emit_flush() to take a request structureJohn Harrison2015-06-232-11/+9
* drm/i915: Update some flush helpers to take request structuresJohn Harrison2015-06-231-9/+11
* drm/i915: Update ring->flush() to take a requests structureJohn Harrison2015-06-235-22/+30
* drm/i915: Update switch_mm() to take a request structureJohn Harrison2015-06-233-11/+16
* drm/i915: Update flush_all_caches() to take request structuresJohn Harrison2015-06-235-14/+13
* drm/i915: Update workarounds_emit() to take request structuresJohn Harrison2015-06-232-10/+10
* drm/i915: Update a bunch of execbuffer helpers to take request structuresJohn Harrison2015-06-234-12/+14
* drm/i915: Update mi_set_context() to take a request structureJohn Harrison2015-06-231-5/+4
* drm/i915: Update l3_remap to take a request structureJohn Harrison2015-06-233-4/+5
* drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-236-8/+10
* drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-237-22/+23
* drm/i915: Update queue_flip() to take a request structureJohn Harrison2015-06-234-17/+21