summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2024-06-14drm/i915: relocate some DSPCNTR reg bit definitionsJani Nikula-2/+2
2024-06-14drm/i915/gvt: do not use implict dev_priv in DSPSURF_TO_PIPE()Jani Nikula-2/+2
2024-06-14drm/i915/gvt: rename range variable to strideJani Nikula-2/+2
2024-06-14drm/i915/gvt: use proper i915_reg_t for calc_index() parametersJani Nikula-8/+10
2024-06-14drm/i915/gvt: remove the unused end parameter from calc_index()Jani Nikula-9/+8
2024-06-14arm/komeda: Remove all CONFIG_DEBUG_FS conditional compilationspengfuyuan-8/+0
2024-06-14Merge tag 'drm-xe-fixes-2024-06-13' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-11/+37
2024-06-13drm/xe/vf: Use correct check for being a VF driverMichal Wajdeczko-2/+2
2024-06-13drm/i915/dp: Add debugfs entry to get the link retrain disabled stateImre Deak-0/+22
2024-06-13drm/i915/dp: Add debugfs entry to force link retrainImre Deak-5/+59
2024-06-13drm/i915/dp: Add debugfs entry to force link training failureImre Deak-2/+54
2024-06-13drm/i915/dp: Add debugfs entries to get the max link rate/lane countImre Deak-0/+44
2024-06-13drm/i915/dp: Add debugfs entries to force the link rate/lane countImre Deak-7/+289
2024-06-13drm/i915/dp_mst: Enable link training fallback for MSTImre Deak-14/+5
2024-06-13drm/i915/dp_mst: Reset intel_dp->link_trained during disablingImre Deak-0/+3
2024-06-13drm/i915/dp: Disable link retraining after the last fallback stepImre Deak-8/+18
2024-06-13drm/i915/dp: Use check link state work in the HPD IRQ handlerImre Deak-4/+7
2024-06-13drm/i915/dp: Use check link state work in the detect handlerImre Deak-9/+8
2024-06-13drm/i915/dp: Use check link state work in the hotplug handlerImre Deak-25/+21
2024-06-13drm/i915/dp: Send a link training modeset-retry uevent to all MST connectorsImre Deak-6/+18
2024-06-13drm/i915/dp: Pass atomic state to link training functionImre Deak-7/+18
2024-06-13drm/i915/dp: Reduce link params only after retrying with unchanged paramsImre Deak-0/+14
2024-06-13drm/i915/dp: Recheck link state after modesetImre Deak-5/+124
2024-06-13drm/i915/dp: Use a commit modeset for link retraining MST linksImre Deak-6/+19
2024-06-13drm/i915: Factor out function to modeset commit a set of pipesImre Deak-30/+38
2024-06-13drm/i915/dp: Sanitize intel_dp_get_link_train_fallback_values()Imre Deak-36/+56
2024-06-13drm/i915/dp: Move link train fallback to intel_dp_link_training.cImre Deak-76/+77
2024-06-13drm/i915/dp: Move link train params to a substruct in intel_dpImre Deak-20/+23
2024-06-13drm/i915/dp_mst: Align TUs to avoid splitting symbols across MTPsImre Deak-4/+23
2024-06-13drm/bridge: sii902x: Add pixel clock check in atomic_checkJayesh Choudhary-0/+4
2024-06-13drm/bridge: sii902x: Support atomic bridge APIsJayesh Choudhary-4/+6
2024-06-13drm/bridge: sii902x: Fix mode_valid hookJayesh Choudhary-9/+23
2024-06-13drm/i915/dp_mst: Fix DSC input BPP computationImre Deak-0/+2
2024-06-13drm/xe: move disable_c6 callRiana Tauro-6/+7
2024-06-13drm/xe: flush engine buffers before signalling user fence on all enginesAndrzej Hajda-2/+16
2024-06-13drm/xe/pf: Assert LMEM provisioning is done only on DGFXMichal Wajdeczko-2/+13
2024-06-13drm/xe/xe_gt_idle: use GT forcewake domain assertionRiana Tauro-1/+1
2024-06-13drm/mgag200: Set .detect_ctx() and enable connector pollingThomas Zimmermann-1/+13
2024-06-13drm/mgag200: Add BMC outputThomas Zimmermann-0/+145
2024-06-13drm/mgag200: Consolidate VGA outputThomas Zimmermann-368/+95
2024-06-13drm/i915/display: Send vrr vsync params whne vrr is enabledMitul Golani-1/+2
2024-06-12drm/xe: Sample ctx timestamp to determine if jobs have timed outMatthew Brost-61/+242
2024-06-12drm/xe: Add killed, banned, or wedged as stick bit during GuC resetMatthew Brost-1/+3
2024-06-12drm/xe: Add pending disable assert to handle_sched_doneMatthew Brost-0/+1
2024-06-12drm/xe: Add GuC state asserts to deregister_exec_queueMatthew Brost-0/+5
2024-06-12drm/xe: Assert runnable state in handle_sched_doneMatthew Brost-2/+7
2024-06-12drm/xe: Improve unexpected state error messagesMatthew Brost-4/+8
2024-06-12drm/xe: Add xe_gt_clock_interval_to_ms helperMatthew Brost-0/+21
2024-06-12drm/xe: Add ctx timestamp to LRC snapshotMatthew Brost-0/+6
2024-06-12drm/xe: Emit ctx timestamp copy in ring opsMatthew Brost-0/+21