aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-11drm/panthor: Fix undefined panthor_device_suspend/resume symbol issueBoris Brezillon2-2/+1
2024-03-11drm/panthor: Explicitly include mm.h for the {virt, __phys)_to_pfn() defsBoris Brezillon1-0/+1
2024-03-11drm/panthor: Fix panthor_devfreq kerneldocBoris Brezillon1-1/+1
2024-03-11drm: avoid includes in drm_crtc_helper_internal.hJani Nikula1-4/+6
2024-03-11drm/dp_mst: avoid includes in drm_dp_mst_topology_internal.hJani Nikula1-1/+3
2024-03-11drm: add missing header guards to drm_crtc_helper_internal.hJani Nikula1-0/+5
2024-03-11drm: add missing header guards to drm_crtc_internal.hJani Nikula1-0/+5
2024-03-11drm/gma500: Remove unused intel-mid.hAndy Shevchenko1-2/+0
2024-03-11drm/xe/hdcp: Fix condition for hdcp gsc cs requirementSuraj Kandpal1-1/+1
2024-03-11Merge tag 'amd-drm-next-6.9-2024-03-08-1' of https://gitlab.freedesktop.org/a...Dave Airlie74-791/+122906
2024-03-08drm/xe/pvc: Fix WA 18020744125Lucas De Marchi1-0/+5
2024-03-08drm/xe: Remove unused FF_SLICE_CS_CHICKEN2Lucas De Marchi1-3/+0
2024-03-08nouveau/dmem: handle kcalloc() allocation failureDuoming Zhou1-6/+6
2024-03-08drm/panel-edp: Add BOE NT116WHM-N44 and CMN N116BCA-EA1Xuxin Xiong1-0/+2
2024-03-08Merge drm/drm-next into drm-misc-nextThomas Zimmermann265-5352/+16740
2024-03-08drm/xe/gsc: Fix kernel doc for xe_gsc_create_host_session_idSuraj Kandpal1-1/+1
2024-03-08drm/i915: Simplify intel_old_crtc_state_disables() calling conventionVille Syrjälä1-11/+7
2024-03-08drm/i915: Disable planes more atomically during modesetsVille Syrjälä1-2/+7
2024-03-08drm/i915: Precompute disable_pipes bitmask in intel_commit_modeset_disables()Ville Syrjälä1-11/+16
2024-03-08nouveau: lock the client object tree.Dave Airlie3-6/+22
2024-03-08Merge tag 'drm-misc-fixes-2024-03-07' of https://anongit.freedesktop.org/git/...Dave Airlie4-9/+11
2024-03-08Merge tag 'amd-drm-fixes-6.8-2024-03-07' of https://gitlab.freedesktop.org/ag...Dave Airlie4-10/+30
2024-03-08Merge tag 'drm-xe-fixes-2024-03-07' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-2/+3
2024-03-08Merge tag 'drm-msm-next-2024-03-07' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie23-291/+736
2024-03-08Merge tag 'drm-etnaviv-next-2024-03-07' of https://git.pengutronix.de/git/lst...Dave Airlie8-44/+158
2024-03-08Merge tag 'drm-xe-next-fixes-2024-03-04' of ssh://gitlab.freedesktop.org/drm/...Dave Airlie7-33/+13
2024-03-08Merge tag 'drm-misc-next-fixes-2024-03-07' of https://anongit.freedesktop.org...Dave Airlie1-1/+1
2024-03-08Merge tag 'amd-drm-next-6.9-2024-03-01' of https://gitlab.freedesktop.org/agd...Dave Airlie90-660/+783
2024-03-07drm/i915/guc: Enable Wa_14019159160John Harrison6-9/+38
2024-03-07drm/i915/guc: Add support for w/a KLVsJohn Harrison5-2/+85
2024-03-07drm/i915: Enable Wa_16019325821John Harrison5-13/+27
2024-03-07drm/amd/display: Removed redundant @ symbol to fix kernel-doc warnings in -ne...R SUNDAR1-4/+3
2024-03-07drm/amd/pm: wait for completion of the EnableGfxImu messageTim Huang1-2/+9
2024-03-07drm/amdgpu/soc21: add mode2 asic reset for SMU IP v14.0.1lima10021-0/+1
2024-03-07drm/amdgpu: add smu 14.0.1 supportYifan Zhang2-0/+7
2024-03-07drm/amdgpu: add VPE 6.1.1 discovery supportAlex Deucher1-0/+1
2024-03-07drm/amdgpu/vpe: add VPE 6.1.1 supportLang Yu2-106/+207
2024-03-07drm/amdgpu/vpe: don't emit cond exec command under collaborate modeLang Yu1-0/+3
2024-03-07drm/amdgpu/vpe: add collaborate mode support for VPELang Yu2-0/+21
2024-03-07drm/amdgpu/vpe: add PRED_EXE and COLLAB_SYNC OPCODELang Yu1-1/+2
2024-03-07drm/amdgpu/vpe: add multi instance VPE supportLang Yu2-0/+13
2024-03-07drm/amdgpu/discovery: add nbif v6_3_1 ip blockLikun Gao1-0/+5
2024-03-07drm/amdgpu: Add nbif v6_3_1 ip block supportHawking Zhang3-1/+529
2024-03-07drm/amdgpu: Add pcie v6_1_0 ip headers (v5)Hawking Zhang2-0/+4880
2024-03-07drm/amdgpu: Add nbif v6_3_1 ip headers (v5)Hawking Zhang2-0/+44093
2024-03-07drm/i915/fbc: Move DPFC_CHICKEN programming into intel_fbc_program_workarounds()Ville Syrjälä3-44/+29
2024-03-07drm/i915/fbc: Don't use a fence for a plane if FBC is not possibleVille Syrjälä1-1/+1
2024-03-07drm/xe: Fix NULL check in xe_ggtt_init()Maarten Lankhorst1-2/+1
2024-03-07drm/i915/guc: Use context hints for GT frequencyVinay Belgaumkar9-2/+71
2024-03-07drm/i915: Streamline eDP handling in icl_combo_phy_aux_power_well_enable()Ville Syrjälä1-11/+4