summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-15drm/i915/icl: split combo and mg pll enableLucas De Marchi1-4/+21
2019-03-15drm/i915: Always kick the execlists tasklet after resetChris Wilson2-3/+9
2019-03-15drm/i915/gtt: Refactor common ppgtt initialisationChris Wilson1-24/+19
2019-03-15drm/i915/gtt: Rename i915_vm_is_48b to i915_vm_is_4lvlChris Wilson6-26/+21
2019-03-15drm/i915: Drop address size from ppgtt_typeChris Wilson5-7/+4
2019-03-15drm/i915: Record platform specific ppGTT size in intel_device_infoChris Wilson6-17/+22
2019-03-15drm/i915: Mark up vGPU support for full-ppgttChris Wilson5-6/+6
2019-03-14drm/i915: Also use new comparative stuff for more ICP+ stuffRodrigo Vivi2-5/+5
2019-03-14drm/i915: Refactor to common helpers for prepare/finish between reset & wedgeChris Wilson1-9/+11
2019-03-14drm/i915/selftests: Disable preemption while setting up fence-timersChris Wilson1-1/+8
2019-03-14drm/i915/guc: Preparing for GuC reset along with engine resetSujaritha Sundaresan1-0/+2
2019-03-13drm/i915/icl+: Always use TPS2 or TPS3 when exiting PSR1José Roberto de Souza2-0/+4
2019-03-13drm/i915/psr: Move logic to get TPS registers values to another functionJosé Roberto de Souza1-24/+33
2019-03-13drm/i915/vbt: Parse and use the new field with PSR2 TP2/3 wakeup timeJosé Roberto de Souza4-4/+33
2019-03-13drm/i915: Start using comparative INTEL_PCH_TYPERodrigo Vivi5-11/+12
2019-03-13drm/i915: Move PCH_NOP to -1Rodrigo Vivi1-1/+1
2019-03-13drm/i915/gen11+: First assume next platforms will inherit stuffRodrigo Vivi11-33/+33
2019-03-13drm/i915/bios: assume eDP is present on port A when there is no VBTThomas Preston1-0/+1
2019-03-13drm/i915/icl: Implement half float formatsKevin Strasser2-3/+91
2019-03-13drm/i915: Refactor icl_is_hdr_planeKevin Strasser4-9/+14
2019-03-13drm/fourcc: Add 64 bpp half float formatsKevin Strasser2-0/+15
2019-03-12drm/i915: Add new ICL PCI IDJosé Roberto de Souza1-1/+2
2019-03-12drm/i915/selftests: Improve error detection of reset failureChris Wilson1-1/+17
2019-03-12drm/i915: Consolidate reset-request debug messageChris Wilson3-3/+6
2019-03-11Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Joonas Lahtinen8-19/+194
2019-03-11Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen382-2180/+3354
2019-03-11drm/i915/icl: Fix CRC mismatch error for DP link layer complianceAditya Swarup2-7/+14
2019-03-11drm/i915: Update DRIVER_DATE to 20190311Joonas Lahtinen1-2/+2
2019-03-09drm/i915: Introduce a context barrier callbackChris Wilson2-0/+180
2019-03-08drm/i915: Suppress the "Failed to idle" warning for gem_eioChris Wilson1-3/+6
2019-03-08drm/i915: Enable PSR2 by defaultJosé Roberto de Souza1-3/+0
2019-03-08drm/i915: Force PSR1 exit when getting pipe CRCJosé Roberto de Souza1-13/+23
2019-03-08drm/i915: Drop redundant checks to update PSR stateJosé Roberto de Souza1-8/+4
2019-03-08drm/i915: Disable PSR2 while getting pipe CRCJosé Roberto de Souza2-0/+6
2019-03-08drm/i915/crc: Make IPS workaround genericJosé Roberto de Souza3-33/+30
2019-03-08drm/i915/psr: Drop test for EDP in CRTC when forcing commitJosé Roberto de Souza1-3/+1
2019-03-08drm/i915: Compute and commit color features in fastsetsJosé Roberto de Souza1-1/+2
2019-03-08drm/i915/psr: Only lookup for enabled CRTCs when forcing a fastsetJosé Roberto de Souza1-1/+2
2019-03-08drm/i915/psr: Remove PSR2 FIXMEJosé Roberto de Souza1-5/+0
2019-03-08drm/i915: Introduce intel_context.pin_mutex for pin managementChris Wilson8-56/+104
2019-03-08drm/i915: Track the pinned kernel contexts on each engineChris Wilson6-52/+45
2019-03-08drm/i915: Make context pinning part of intel_context_opsChris Wilson7-134/+95
2019-03-08drm/i915: Move over to intel_context_lookup()Chris Wilson21-96/+310
2019-03-08drm/i915: Store the intel_context_ops in the intel_engine_csChris Wilson5-26/+24
2019-03-08drm/i915: Split struct intel_context definition to its own headerChris Wilson18-817/+974
2019-03-08drm/i915: Track active engines within a contextChris Wilson7-29/+43
2019-03-08drm/i915/dp: use single point of truth for PPS divisor registerJani Nikula1-34/+39
2019-03-08drm/i915/dp: deconflate PPS unlock from divisor registerJani Nikula1-3/+4
2019-03-08drm/i915: Remove has-kernel-contextChris Wilson5-78/+4
2019-03-08drm/i915: Reduce presumption of request ordering for barriersChris Wilson10-72/+27