summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_stateSean Paul2019-06-135-14/+20
* Merge tag 'drm-intel-next-2019-05-24' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-05-28201-4938/+10806
|\
| * drm/i915: Update DRIVER_DATE to 20190524Jani Nikula2019-05-241-2/+2
| * drm/i915/gen11: enable support for headerless msgsDongwon Kim2019-05-242-0/+5
| * drm/i915/gtt: Neuter the deferred unbind callback from gen6_ppgtt_cleanupChris Wilson2019-05-241-0/+28
| * drm/i915: remove unused IO_TLB_SEGPAGES which should be defined by swiotlbDongli Zhang2019-05-231-3/+0
| * drm/i915/uc: Skip reset preparation if GuC is already deadMichal Wajdeczko2019-05-231-1/+1
| * drm/i915/uc: Stop talking with GuC when resettingMichal Wajdeczko2019-05-232-1/+17
| * drm/i915/uc: Skip GuC HW unwinding if GuC is already deadMichal Wajdeczko2019-05-231-1/+1
| * drm/i915/uc: Use GuC firmware status helperMichal Wajdeczko2019-05-231-6/+3
| * drm/i915/uc: Explicitly sanitize GuC/HuC on failure and finishMichal Wajdeczko2019-05-231-5/+13
| * drm/i915/guc: Rename intel_guc_is_alive to intel_guc_is_loadedMichal Wajdeczko2019-05-232-6/+6
| * drm/i915/selftests: Use prepare/finish during atomic reset testMichal Wajdeczko2019-05-231-0/+2
| * drm/i915/selftests: Split igt_atomic_reset testcaseMichal Wajdeczko2019-05-235-90/+124
| * drm/i915/selftests: Move some reset testcases to separate fileMichal Wajdeczko2019-05-234-50/+81
| * drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanupChris Wilson2019-05-232-2/+33
| * drm/i915: remove duplicate typedef for intel_wakeref_tJani Nikula2019-05-232-3/+6
| * drm/i915: Update DRIVER_DATE to 20190523Jani Nikula2019-05-231-2/+2
| * drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11Gwan-gyeong Mun2019-05-231-0/+3
| * drm/i915/dp: Change a link bandwidth computation for DPGwan-gyeong Mun2019-05-232-2/+16
| * drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSAGwan-gyeong Mun2019-05-232-0/+9
| * drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry FormatGwan-gyeong Mun2019-05-233-0/+93
| * drm: Rename struct edp_vsc_psr to struct dp_sdpGwan-gyeong Mun2019-05-231-1/+1
| * drm/i915/dp: Add a config function for YCBCR420 outputsGwan-gyeong Mun2019-05-233-11/+48
| * drm/i915: Engine discovery queryTvrtko Ursulin2019-05-223-0/+92
| * drm/i915/icl: Add WaDisableBankHangModeTvrtko Ursulin2019-05-222-0/+9
| * drm/i915/selftests: Verify context workaroundsTvrtko Ursulin2019-05-222-68/+98
| * drm/i915: Allow specification of parallel execbufChris Wilson2019-05-222-1/+25
| * drm/i915/execlists: Virtual engine bondingChris Wilson2019-05-226-0/+387
| * drm/i915: Extend execution fence to support a callbackChris Wilson2019-05-222-5/+83
| * drm/i915: Apply an execution_mask to the virtual_engineChris Wilson2019-05-224-0/+202
| * drm/i915: Load balancing across a virtual engineChris Wilson2019-05-228-28/+990
| * drm/i915: Allow userspace to clone contexts on creationChris Wilson2019-05-221-0/+206
| * drm/i915: Re-expose SINGLE_TIMELINE flags for context creationChris Wilson2019-05-221-4/+0
| * drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[]Chris Wilson2019-05-221-4/+20
| * drm/i915: Allow a context to define its set of enginesChris Wilson2019-05-225-13/+310
| * drm/i915: Restore control over ppgtt for context creation ABIChris Wilson2019-05-222-5/+2
| * drm/i915: Bump gen7+ fb size limits to 16kx16kVille Syrjälä2019-05-201-6/+12
| * drm/i915: Bump fb stride limit to 128KiB for gen4+ and 256KiB for gen7+Ville Syrjälä2019-05-201-0/+13
| * drm/i915: Align dumb buffer stride to 4k to allow for gtt remappingVille Syrjälä2019-05-203-2/+27
| * drm/i915: Overcome display engine stride limits via GTT remappingVille Syrjälä2019-05-203-67/+323
| * drm/i915: Shuffle stride checking code aroundVille Syrjälä2019-05-201-32/+32
| * drm/i915/selftests: Add live vma selftestVille Syrjälä2019-05-204-9/+146
| * drm/i915/selftests: Add mock selftest for remapped vmasVille Syrjälä2019-05-201-8/+90
| * drm/i915: Add a new "remapped" gtt_viewVille Syrjälä2019-05-2010-10/+163
| * drm/i915/execlists: Drop promotion on unsubmitChris Wilson2019-05-171-49/+10
| * drm/i915: Downgrade NEWCLIENT to non-preemptiveChris Wilson2019-05-173-5/+4
| * drm/i915: Bump signaler priority on adding a waiterChris Wilson2019-05-174-14/+21
| * drm/i915/hdcp: Use both bits for device_countChris Wilson2019-05-171-2/+2
| * drm/i915/dp: Initialise locals for static analysisChris Wilson2019-05-171-1/+2