aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-04-09drm/i915: Extract intel_dp_joiner_needs_dsc()Ville Syrjälä3-18/+15
2024-04-09drm/i915: s/intel_dp_can_bigjoiner()/intel_dp_has_bigjoiner()/Ville Syrjälä2-3/+3
2024-04-09drm/xe/lnl: Enable GuC Wa_14019882105Badal Nilawar3-7/+39
2024-04-09drm/xe/guc: Add support for workaround KLVsBadal Nilawar3-3/+66
2024-04-09drm/i915: use check_add_overflow() and drop local variantsJani Nikula2-17/+3
2024-04-09drm/i915: move pipestat_irq_mask to display substructJani Nikula4-9/+8
2024-04-09drm/i915: move de_irq_mask to display substructJani Nikula4-17/+14
2024-04-09drm/i915: move display_irqs_enabled to display substructJani Nikula6-15/+14
2024-04-09drm/i915: move vblank_enabled to display substructJani Nikula4-10/+11
2024-04-09drm/i915: move max_dotclk_freq to display substructJani Nikula14-20/+17
2024-04-09drm/i915: move skl_preferred_vco_freq to display substructJani Nikula4-14/+10
2024-04-09drm/i915/gt: drop display clock info from gt debugfsJani Nikula1-4/+0
2024-04-09nouveau: fix devinit paths to only handle display on GSP.Dave Airlie2-4/+9
2024-04-08drm/xe: Capture GuC CT snapshot when stoppedMatthew Brost1-1/+1
2024-04-08drm/xe: Always capture exec queues on snapshotMatthew Brost3-25/+6
2024-04-08drm/xe/uapi: Restore flags VM_BIND_FLAG_READONLY and VM_BIND_FLAG_IMMEDIATEFrancois Dugast2-2/+15
2024-04-08drm/xe: Remove dead clock codeLucas De Marchi2-6/+1
2024-04-08drm/i915/vrr: Disable VRR when using bigjoinerVille Syrjälä1-0/+7
2024-04-08drm/i915: Disable live M/N updates when using bigjoinerVille Syrjälä1-1/+5
2024-04-08drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä1-0/+5
2024-04-08drm/i915/psr: Disable PSR when bigjoiner is usedVille Syrjälä1-0/+11
2024-04-08drm/i915/guc: Fix the fix for reset lock confusionJohn Harrison2-14/+13
2024-04-08drm/i915/hdcp: Fix get remote hdcp capability functionSuraj Kandpal1-1/+4
2024-04-08drm/i915/cdclk: Fix voltage_level programming edge caseVille Syrjälä1-10/+27
2024-04-08drm/i915/cdclk: Fix CDCLK programming order when pipes are activeVille Syrjälä2-2/+8
2024-04-08drm/msm/dp: Account for the timeout in wait_hpd_asserted() callbackDouglas Anderson3-6/+9
2024-04-08drm/msm/dp: Avoid a long timeout for AUX transfer if nothing connectedDouglas Anderson3-0/+25
2024-04-08drm/msm/dpu: add current resource allocation to dumped stateDmitry Baryshkov4-0/+78
2024-04-08drm/msm/dp: allow voltage swing / pre emphasis of 3Dmitry Baryshkov3-27/+15
2024-04-08drm/msm/dp: Remove now unused connector_type from descBjorn Andersson1-31/+17
2024-04-08drm/msm/dp: Add support for the X1E80100Abel Vesa1-0/+9
2024-04-08drm/msm/dp: Add support for determining the eDP/DP mode from DTAbel Vesa1-1/+28
2024-04-08Merge tag 'phy_dp_modes_6.10' into msm-next-lumagDmitry Baryshkov338-2909/+129403
2024-04-08drm: bridge: cdns-mhdp8546: Fix possible null pointer dereferenceAleksandr Mishin1-0/+3
2024-04-08drm/client: Fully protect modes[] with dev->mode_config.mutexVille Syrjälä1-1/+2
2024-04-08drm/xe: Label RING_CONTEXT_CONTROL as maskedAshutosh Dixit2-4/+3
2024-04-08gpu: host1x: Do not setup DMA for virtual devicesThierry Reding1-8/+0
2024-04-08drm/xe: Remove debug message from migrate_clear()José Roberto de Souza1-3/+0
2024-04-08drm/xe/display: Fix double mutex initializationLucas De Marchi1-5/+0
2024-04-08drm/xe/vf: Mark supported firmwares as preloadedMichal Wajdeczko3-3/+19
2024-04-08drm/xe/vf: Don't try to read legacy GuC MMIO notification if VFMichal Wajdeczko1-0/+3
2024-04-08drm/xe/vf: Don't try to program MOCS if VFMichal Wajdeczko1-0/+3
2024-04-08drm/xe/vf: Don't emit access to Global HWSP if VFMichal Wajdeczko1-4/+7
2024-04-08drm/i915: Update pipes in reverse order for bigjoinerVille Syrjälä2-3/+19
2024-04-08drm/i915: Fix intel_modeset_pipe_config_late() for bigjoinerVille Syrjälä1-14/+32
2024-04-08drm/i915/vrr: Disable VRR when using bigjoinerVille Syrjälä1-0/+7
2024-04-08drm/i915: Disable live M/N updates when using bigjoinerVille Syrjälä1-1/+5
2024-04-08drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä1-0/+5
2024-04-08drm/i915/psr: Disable PSR when bigjoiner is usedVille Syrjälä1-0/+11
2024-04-08drm/xe/guc: Initialize GuC ID manager soonerMichal Wajdeczko1-9/+5