aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2024-03-04drm/msm/dpu: modify encoder programming for CDM over DPPaloma Arellano5-1/+98
2024-03-04drm/msm/dp: enable SDP and SDE periph flush updatePaloma Arellano4-0/+25
2024-03-04drm/msm/dpu: add support of new peripheral flush mechanismKuogee Hsieh2-0/+27
2024-03-04drm/msm/dp: add VSC SDP support for YUV420 over DPPaloma Arellano7-0/+195
2024-03-04drm/msm/dp: move parity calculation to dp_utilsPaloma Arellano4-87/+112
2024-03-04drm/msm/dp: change clock related programming for YUV420 over DPPaloma Arellano4-5/+15
2024-03-04drm/msm/dp: program config ctrl for YUV420 over DPPaloma Arellano1-0/+3
2024-03-04drm/msm/dpu: move widebus logic to its own APIPaloma Arellano2-13/+20
2024-03-04drm/msm/dp: check if VSC SDP is supported in DP programmingPaloma Arellano3-1/+6
2024-03-04drm/msm/dp: store mode YUV420 information to be used by rest of DPPaloma Arellano2-4/+14
2024-03-04drm/msm/dp: rename wide_bus_en to wide_bus_supportedPaloma Arellano1-21/+21
2024-03-04drm/msm/dpu: move dpu_encoder_helper_phys_setup_cdm to dpu_encoderPaloma Arellano3-83/+87
2024-03-04drm/msm/dpu: allow dpu_encoder_helper_phys_setup_cdm to work for DPPaloma Arellano2-15/+16
2024-03-04drm/msm/dpu: pass mode dimensions instead of fb size in CDM setupPaloma Arellano1-2/+2
2024-03-04drm/msm/dpu: add division of drm_display_mode's hskew parameterPaloma Arellano1-2/+4
2024-03-04drm/msm/dpu: allow certain formats for CDM for DPPaloma Arellano1-1/+1
2024-03-03Merge tag 'drm-misc-next-2024-02-29' into msm-nextRob Clark754-7292/+41698
2024-03-01drm/xe: Fix ref counting leak on page faultMatthew Brost1-2/+4
2024-03-01drm/amdgpu: use GTT only as fallback for VRAM|GTTChristian König1-0/+6
2024-03-01drm/ttm: improve idle/busy handling v5Christian König2-128/+119
2024-03-01drm/i915/guc: Use the new gt_to_guc() wrapperAndi Shyti9-27/+28
2024-03-01drm/i915/gt: Create the gt_to_guc() wrapperAndi Shyti10-23/+25
2024-03-01Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org...Dave Airlie2-5/+3
2024-03-01Merge tag 'drm-msm-next-2024-02-29' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie68-3456/+10659
2024-03-01Merge tag 'mediatek-drm-next-6.9' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie8-190/+278
2024-03-01drm/sun4i: hdmi: Add missing drm_atomic headerMaxime Ripard1-0/+1
2024-03-01drm/panthor: Allow driver compilationBoris Brezillon4-0/+40
2024-03-01drm/panthor: Add the driver frontend blockBoris Brezillon1-0/+1473
2024-03-01drm/panthor: Add the scheduler logical blockBoris Brezillon2-0/+3552
2024-03-01drm/panthor: Add the heap logical blockBoris Brezillon2-0/+636
2024-03-01drm/panthor: Add the FW logical blockBoris Brezillon2-0/+1865
2024-03-01drm/panthor: Add the MMU/VM logical blockBoris Brezillon2-0/+2870
2024-03-01drm/panthor: Add the devfreq logical blockBoris Brezillon2-0/+304
2024-03-01drm/panthor: Add GEM logical blockBoris Brezillon2-0/+372
2024-03-01drm/panthor: Add the GPU logical blockBoris Brezillon2-0/+534
2024-03-01drm/panthor: Add the device logical blockBoris Brezillon2-0/+943
2024-03-01drm/panthor: Add GPU register definitionsBoris Brezillon1-0/+239
2024-03-01drm/i915/panelreplay: Move out psr_init_dpcd() from init_connector()Animesh Manna2-3/+3
2024-03-01Merge tag 'drm-misc-next-2024-02-29' of https://anongit.freedesktop.org/git/d...Dave Airlie26-321/+645
2024-03-01drm/nouveau: keep DMA buffers required for suspend/resumeSid Pranjale1-2/+2
2024-03-01nouveau: report byte usage in VRAM usage.Dave Airlie1-1/+1
2024-03-01Merge tag 'amd-drm-fixes-6.8-2024-02-29' of https://gitlab.freedesktop.org/ag...Dave Airlie9-47/+83
2024-02-29drm/xe/mocs: Fix DG2 kunitLucas De Marchi1-2/+6
2024-02-29drm/xe/mocs: Allow odd number of entries on testLucas De Marchi1-30/+37
2024-02-29drm/xe/mocs: Move warn/assertion upLucas De Marchi2-3/+6
2024-02-29drm/xe/mocs: Be explicit when logging number of entriesLucas De Marchi1-2/+3
2024-02-29drm/xe/mocs: Refactor mocs/l3cc loopLucas De Marchi2-18/+18
2024-03-01Merge tag 'drm-msm-fixes-2024-02-28' of https://gitlab.freedesktop.org/drm/ms...Dave Airlie1-2/+18
2024-02-29drm/xe: Fix build error in xe_ggtt.cMatthew Brost1-0/+1
2024-03-01Merge tag 'drm-xe-fixes-2024-02-29' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie15-176/+186