summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-27232-7834/+12356
|\
| * drm/i915: Update DRIVER_DATE to 20191223Jani Nikula2019-12-231-2/+2
| * drm/i915: Mark the GEM context link as RCU protectedChris Wilson2019-12-237-27/+62
| * drm/i915: Introduce a vma.krefChris Wilson2019-12-237-31/+44
| * drm/i915: Add a simple is-bound check before unbindingChris Wilson2019-12-231-1/+4
| * drm/i915: Make sure CCS YUV semiplanar format checks workImre Deak2019-12-235-14/+33
| * drm/i915: Make sure Y slave planes get all the required stateImre Deak2019-12-231-1/+2
| * drm/i915: Skip rotated offset adjustment for unsupported modifiersDhinakaran Pandiyan2019-12-231-41/+77
| * drm/i915/tgl: Make sure FBs have a correct CCS plane strideImre Deak2019-12-231-0/+17
| * drm/i915/tgl: Gen-12 render decompressionDhinakaran Pandiyan2019-12-233-43/+178
| * drm/i915: Add helpers to select correct ccs/aux planesImre Deak2019-12-231-14/+57
| * drm/i915: Extract framebufer CCS offset checks into a functionDhinakaran Pandiyan2019-12-231-30/+43
| * drm/i915: Move CCS stride alignment W/A inside intel_fb_stride_alignmentDhinakaran Pandiyan2019-12-231-15/+16
| * drm/i915: Use intel_tile_height() instead of re-implementingDhinakaran Pandiyan2019-12-231-1/+1
| * drm/i915/selftests: make mock_drm.h self-containedJani Nikula2019-12-231-1/+2
| * drm/i915/selftests: make mock_context.h self-containedJani Nikula2019-12-231-1/+1
| * drm/i915: fix comment for POWER_DOMAIN_TRANSCODER_VDSC_PW2Jani Nikula2019-12-231-1/+1
| * drm/i915/gt: Move pm debug files into a gt aware debugfsAndi Shyti2019-12-228-0/+752
| * drm/i915/gt: Merge engine init/setup loopsChris Wilson2019-12-226-113/+42
| * drm/i915/gt: Pull intel_gt_init_hw() into intel_gt_resume()Chris Wilson2019-12-223-27/+13
| * drm/i915/gt: Pull GT initialisation under intel_gt_init()Chris Wilson2019-12-2219-365/+357
| * drm/i915: Move i915_gem_init_contexts() earlierChris Wilson2019-12-211-11/+12
| * drm/i915/gt: Repeat wait_for_idle for retirement workersChris Wilson2019-12-213-11/+20
| * drm/i915: Remove i915->kernel_contextChris Wilson2019-12-2134-507/+388
| * drm/i915/selftests: Setup engine->retire for mock_engineChris Wilson2019-12-211-0/+2
| * drm/i915: Introduce intel_crtc_state_alloc()Ville Syrjälä2019-12-201-11/+19
| * drm/i915/execlists: Select arb on/off around batches based on preemptionChris Wilson2019-12-201-8/+9
| * drm/i915: Push the use-semaphore marker onto the intel_contextChris Wilson2019-12-205-25/+64
| * drm/i915: Drop GEM context as a direct link from i915_requestChris Wilson2019-12-2021-161/+165
| * drm/i915/gt: Teach veng to defer the context allocationChris Wilson2019-12-201-6/+9
| * drm/i915/gt: Add breadcrumb retire to physical engineChris Wilson2019-12-192-3/+9
| * drm/i915: Rename pipe update tracepointsVille Syrjälä2019-12-192-6/+6
| * drm/i915/fbc: Remove second redundant intel_fbc_pre_update() callVille Syrjälä2019-12-191-3/+0
| * drm/i915/fbc: Reject PLANE_OFFSET.y%4!=0 on icl+ tooVille Syrjälä2019-12-191-1/+1
| * drm/i915: fix uninitialized pointer reads on pointers to and fromColin Ian King2019-12-191-1/+1
| * drm/i915/gt: Suppress threshold updates on RPS parkingChris Wilson2019-12-191-5/+6
| * drm/i915/gt: Use non-forcewake writes for RPSChris Wilson2019-12-191-34/+32
| * drm/i915/gt: Track engine round-trip timesChris Wilson2019-12-194-1/+39
| * drm/i915/gt: Schedule request retirement when signaler idlesChris Wilson2019-12-193-7/+8
| * drm/i915/dsc: fix DSC power domains for DSIJani Nikula2019-12-191-13/+15
| * drm/i915/dsc: clarify DSC support for pipe A on ICLJani Nikula2019-12-191-1/+7
| * drm/i915/dsc: fix DSC register selection for ICL DSI transcodersJani Nikula2019-12-191-20/+38
| * drm/i915: Provide ddc symlink in hdmi connector sysfs directoryAndrzej Pietrasiewicz2019-12-191-4/+8
| * drm/i915/display: fix phy nameLucas De Marchi2019-12-181-1/+1
| * drm/i915/display: use clk_off name to avoid double negationLucas De Marchi2019-12-181-5/+3
| * drm/i915/display: move clk off sanitize to its own functionLucas De Marchi2019-12-181-25/+32
| * drm/i915: Ratelimit i915_globals_parkChris Wilson2019-12-181-9/+44
| * drm/i915/gt: Remove direct invocation of breadcrumb signalingChris Wilson2019-12-1810-38/+27
| * drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin2019-12-182-54/+21
| * drm/i915: Move stuff from haswell_crtc_disable() into encoder .post_disable()Ville Syrjälä2019-12-187-51/+86