aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2021-09-14drm/i915/selftests: Do not use import_obj uninitializedNathan Chancellor1-3/+2
2021-09-14drm/i915/edp: use MSO pixel overlap from DisplayID dataJani Nikula1-3/+6
2021-09-14drm/i915/edp: postpone MSO init until after EDID readJani Nikula1-2/+3
2021-09-14drm/i915: Get PM ref before accessing HW registerVinay Belgaumkar1-1/+7
2021-09-14drm/i915: Release ctx->syncobj on final put, not on ctx closeDaniel Vetter1-3/+3
2021-09-14drm/i915/gem: Fix the mman selftestThomas Hellström1-6/+20
2021-09-14drm/i915/guc: drop guc_communication_enabledDaniele Ceraolo Spurio1-8/+3
2021-09-14drm/i915/dp: Use max params for panels < eDP 1.4Kai-Heng Feng1-1/+4
2021-09-14drm/i915/dp: return proper DPRX link training resultLee Shawn C1-1/+1
2021-09-14Merge drm/drm-next into drm-misc-nextMaxime Ripard254-9881/+19944
2021-09-13drm/i915/guc: Add GuC kernel docMatthew Brost4-60/+179
2021-09-13drm/i915/guc: Drop guc_active move everything into guc_stateMatthew Brost4-58/+49
2021-09-13drm/i915/guc: Move fields protected by guc->contexts_lock into sub structureMatthew Brost5-67/+69
2021-09-13drm/i915/guc: Move GuC priority fields in context under guc_activeMatthew Brost3-37/+46
2021-09-13drm/i915/guc: Drop pin count check trick between sched_disable and re-pinMatthew Brost2-21/+34
2021-09-13drm/i915/guc: Proper xarray usage for contexts_lookupMatthew Brost1-15/+87
2021-09-13drm/i915/guc: Rework and simplify lockingMatthew Brost3-120/+90
2021-09-13drm/i915/guc: Move guc_blocked fence to struct guc_stateMatthew Brost3-14/+14
2021-09-13drm/i915/guc: Release submit fence from an irq_workMatthew Brost2-3/+24
2021-09-13drm/i915/guc: Reset LRC descriptor if register returns -ENODEVMatthew Brost1-2/+4
2021-09-13drm/i915/guc: Don't touch guc_state.sched_state without a lockMatthew Brost1-5/+17
2021-09-13drm/i915/guc: Take context ref when cancelling requestMatthew Brost1-1/+4
2021-09-13drm/i915/selftests: Add initial GuC selftest for scrubbing lost G2HMatthew Brost6-0/+185
2021-09-13drm/i915/guc: Copy whole golden context, set engine state size of subsetMatthew Brost1-9/+17
2021-09-13drm/i915/guc: Don't enable scheduling on a banned context, guc_id invalid, not registeredMatthew Brost1-3/+19
2021-09-13drm/i915/guc: Kick tasklet after queuing a requestMatthew Brost1-0/+1
2021-09-13Revert "drm/i915/gt: Propagate change in error status to children on unhold"Matthew Brost1-4/+0
2021-09-13drm/i915/guc: Workaround reset G2H is received after schedule done G2HMatthew Brost1-6/+35
2021-09-13drm/i915/guc: Process all G2H message at once in work queueMatthew Brost1-3/+3
2021-09-13drm/i915/guc: Don't drop ce->guc_active.lock when unwinding contextMatthew Brost1-4/+0
2021-09-13drm/i915/guc: Unwind context requests in reverse orderMatthew Brost1-4/+4
2021-09-13drm/i915/guc: Fix outstanding G2H accountingMatthew Brost1-42/+37
2021-09-13drm/i915/guc: Fix blocked context accountingMatthew Brost1-1/+1
2021-09-13drm/i915/gvt: fix the usage of ww lock in gvt scheduler.Zhi A Wang1-2/+2
2021-09-10drm/i915: Get PM ref before accessing HW registerVinay Belgaumkar1-1/+7
2021-09-10Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2021-09-10drm/i915: Use Transparent Hugepages when IOMMU is enabledTvrtko Ursulin1-3/+19
2021-09-09drm/i915/dp: Add support for out-of-bound hotplug eventsHans de Goede1-0/+12
2021-09-09drm/i915: Associate ACPI connector nodes with connector entries (v2)Heikki Krogerus3-0/+50
2021-09-09drm/i915/hdcp: reuse rx_info for mst stream type1 capability checkJuston Li3-71/+38
2021-09-09drm/i915/hdcp: read RxInfo once when reading RepeaterAuth_Send_ReceiverID_ListJuston Li1-15/+16
2021-09-09drm/i915/hdcp: update cp_irq_count_cached in intel_dp_hdcp2_read_msg()Juston Li1-4/+4
2021-09-08drm/i915: clean up inconsistent indentingColin Ian King1-1/+1
2021-09-08drm/i915/dsi: Read/write proper brightness value via MIPI DCS commandLee Shawn C1-7/+16
2021-09-08drm/i915/dsi: Retrieve max brightness level from VBTLee Shawn C3-2/+12
2021-09-08drm/i915: Get proper min cdclk if vDSC enabledLee Shawn C1-0/+10
2021-09-08drm/i915/dsi: refine send MIPI DCS command sequenceLee Shawn C1-5/+5
2021-09-08drm/i915/dsi: wait for header and payload credit availableLee Shawn C1-21/+19
2021-09-08drm/i915/selftests: fixup igt_shrink_thpMatthew Auld1-7/+23
2021-09-08drm/i915/gtt: add some flushing for the 64K GTT pathMatthew Auld1-0/+2