summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-05-14drm/i915: Add state readout for DP VSC SDPGwan-gyeong Mun2-0/+45
2020-05-14drm/i915: Add state readout for DP HDR Metadata Infoframe SDPGwan-gyeong Mun1-0/+8
2020-05-14drm/i915: Program DP SDPs with computed configsGwan-gyeong Mun3-237/+1
2020-05-14drm/i915: Include DP VSC SDP in the crtc state dumpGwan-gyeong Mun1-0/+13
2020-05-14drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dumpGwan-gyeong Mun1-0/+3
2020-05-14drm/i915: Include HDMI DRM infoframe in the crtc state dumpGwan-gyeong Mun1-0/+3
2020-05-14drm: Add logging function for DP VSC SDPGwan-gyeong Mun2-0/+177
2020-05-14drm/i915/dp: Read out DP SDPsGwan-gyeong Mun2-0/+190
2020-05-14video/hdmi: Add Unpack only function for DRM infoframeGwan-gyeong Mun2-19/+48
2020-05-14drm/i915/gt: Transfer old virtual breadcrumbs to irq_workerChris Wilson4-34/+57
2020-05-14drm/i915/selftests: Always call the provided engine->emit_init_breadcrumbChris Wilson2-4/+2
2020-05-14drm/i915: Show per-engine default property values in sysfsChris Wilson3-1/+97
2020-05-14drm/i915: Drop no-semaphore boostingChris Wilson8-73/+11
2020-05-13drm/i915: Drop I915_RESET_TIMEOUT and friendsChris Wilson1-7/+0
2020-05-13drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson3-9/+30
2020-05-13drm/i915/gem: Remove redundant exec_fenceChris Wilson1-26/+14
2020-05-13drm/i915: Remove duplicate inline specifier on write_pteNathan Chancellor1-1/+1
2020-05-13drm/i915/gt: Suspend tasklets before resume sanitizationChris Wilson1-4/+4
2020-05-13drm/i915: Make active_pipes check skl specificStanislav Lisovskiy2-6/+11
2020-05-13drm/i915: Extract skl SAGV checkingStanislav Lisovskiy1-2/+8
2020-05-13drm/i915: Introduce skl_plane_wm_level accessor.Stanislav Lisovskiy1-2/+21
2020-05-13drm/i915/gt: Reset execlists registers before HWSPChris Wilson1-7/+14
2020-05-12drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSLSwathi Dhanavanthri2-4/+12
2020-05-12drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson1-14/+12
2020-05-11drm/i915/gt: Restore Cherryview back to full-ppgttChris Wilson2-1/+55
2020-05-11drm/i915/gt: Force pte cacheline to main memoryMika Kuoppala1-2/+13
2020-05-11drm/i915: Remove unused HAS_FWTABLE macroPascal Terjan1-5/+0
2020-05-11drm/i915/selftests: Always flush before unpining after writingChris Wilson7-4/+21
2020-05-11drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson4-54/+64
2020-05-11drm/i915: Use stashed away hpd isr bits in intel_digital_port_connected()Ville Syrjälä3-134/+17
2020-05-11drm/i915: Stash hpd status bits under dev_privVille Syrjälä2-89/+116
2020-05-11drm/i915: Turn intel_digital_port_connected() in a vfuncVille Syrjälä5-128/+135
2020-05-11drm/i915: Fix glk watermark calculationsVille Syrjälä1-7/+8
2020-05-11drm/i915/mst: Wait for ACT sent before enabling the pipeVille Syrjälä1-4/+5
2020-05-11drm/i915: Tidy awaiting on dma-fencesChris Wilson1-6/+4
2020-05-11drm/i915: Make intel_timeline_init staticMika Kuoppala2-9/+4
2020-05-11drm/i915/gt: Mark up the racy read of execlists->context_tagChris Wilson1-1/+1
2020-05-09drm/i915: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-4/+4
2020-05-09drm/i915: Replace the hardcoded I915_FENCE_TIMEOUTChris Wilson9-9/+46
2020-05-08drm/i915: Prevent using semaphores to chain up to external fencesChris Wilson2-0/+27
2020-05-08drm/i915: Peel dma-fence-chains for awaitLionel Landwerlin1-1/+28
2020-05-08drm/i915/gt: Improve precision on defer_request assertChris Wilson1-1/+2
2020-05-08drm/i915: Pull waiting on an external dma-fence into its routineChris Wilson1-6/+10
2020-05-08drm/i915: Ignore submit-fences on the same timelineChris Wilson1-0/+3
2020-05-07drm/i915/gen12: Add aux table invalidate for all enginesMika Kuoppala2-5/+87
2020-05-07drm/i915: Remove wait priority boostingChris Wilson6-32/+5
2020-05-07drm/i915: Mark concurrent submissions with a weak-dependencyChris Wilson5-6/+15
2020-05-07drm/i915/gen12: Invalidate aux table entries forciblyMika Kuoppala2-1/+17
2020-05-07drm/i915/gen12: Flush L3Mika Kuoppala1-0/+2
2020-05-07drm/i915/gen12: Fix HDC pipeline flushMika Kuoppala3-21/+44