aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2026-03-25drm/hx8357d: Use regular atomic helpers; drop simple-display helpersThomas Zimmermann1-13/+122
2026-03-25drm/mipi-dbi: Provide callbacks for atomic interfacesThomas Zimmermann1-47/+156
2026-03-25drm/mipi-dbi: Support custom pipelines with drm_mipi_dbi_dev_init()Thomas Zimmermann1-23/+57
2026-03-25drm/mipi-dbi: Only modify planes on enabled CRTCsThomas Zimmermann10-67/+18
2026-03-25drm/bridge: analogix_dp: Apply DP helper APIs to get adjusted voltages and pre-emphasisesDamon Ding1-40/+9
2026-03-25drm/bridge: analogix_dp: Apply DP helper API drm_dp_channel_eq_ok()Damon Ding1-45/+4
2026-03-25drm/bridge: analogix_dp: Apply DP helper API drm_dp_clock_recovery_ok()Damon Ding1-17/+3
2026-03-25drm/bridge: analogix_dp: Apply DP helper API drm_dp_dpcd_read_link_status()Damon Ding1-7/+6
2026-03-25drm/msm/dsi: Add support for RGB101010 pixel formatAlexander Koskovich2-1/+26
2026-03-25drm/msm/dsi: add DSI version >= comparison helperAlexander Koskovich1-2/+10
2026-03-25drm/msm/dsi: rename MSM8998 DSI version from V2_2_0 to V2_0_0Alexander Koskovich2-3/+3
2026-03-25drm/meson: use default case for unsupported DSI pixel formatsAlexander Koskovich1-4/+2
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-25drm/bridge: analogix_dp: Reuse &link_train.training_lane[] to set DPCD DP_TRAINING_LANEx_SETDamon Ding1-6/+2
2026-03-25drm/xe: always keep track of remap prev/nextMatthew Auld3-10/+28
2026-03-25drm/gem: Improve drm_gem_objects_lookup() kerneldocTvrtko Ursulin1-5/+6
2026-03-25drm/msm/dpu: support plane splitting in quad-pipe caseJun Nie3-42/+117
2026-03-25drm/syncobj: Fix xa_alloc allocation flagsTvrtko Ursulin1-2/+2
2026-03-25drm/msm/dpu: Defer SSPP allocation until CRTC checkJun Nie2-81/+80
2026-03-25drm/msm/dpu: Extract plane splitting into a dedicated functionJun Nie1-15/+33
2026-03-25drm/msm/dpu: calculate data_width like downstreamAlexander Koskovich3-5/+24
2026-03-25drm/msm/dpu: drop VBIF index from the struct dpu_hw_vbifDmitry Baryshkov4-28/+8
2026-03-25drm/msm/dpu: drop VBIF index from the VBIF paramsDmitry Baryshkov5-30/+14
2026-03-25drm/msm/dpu: drop vbif_idx from WB configurationDmitry Baryshkov22-24/+4
2026-03-25drm/msm/dpu: drop VBIF id, base and name from the catalogDmitry Baryshkov3-15/+9
2026-03-25drm/msm/dpu: replace VBIF-related array with bare pointersDmitry Baryshkov4-47/+27
2026-03-25drm/msm/dpu: stop declaring VBIFs as an array in catalogDmitry Baryshkov37-142/+87
2026-03-25drm/msm/dpu: drop VBIF_NRT handlingDmitry Baryshkov3-17/+0
2026-03-25drm/msm/dsi: fix hdisplay calculation for CMD mode panelPengyu Luo1-5/+10
2026-03-25drm/msm/dsi: fix bits_per_pclkPengyu Luo1-1/+1
2026-03-25drm/msm/dpu: fix vblank IRQ registration before atomic_mode_setCédric Bellegarde1-0/+6
2026-03-25drm/msm/dpu: don't try using 2 LMs if only one DSC is availableDmitry Baryshkov1-1/+2
2026-03-25drm/msm/hdmi: Drop redundant 'int' for longsKrzysztof Kozlowski5-7/+7
2026-03-25drm/msm/hdmi: Consistently use u32 instead of uint32_tKrzysztof Kozlowski5-14/+13
2026-03-25drm/msm/hdmi: Simplify with local 'dev' variableKrzysztof Kozlowski1-12/+10
2026-03-25drm/msm/hdmi: Avoid double error print on msm_hdmi_get_phy() failureKrzysztof Kozlowski1-3/+1
2026-03-25drm/msm/hdmi: Simplify with dev_of_node()Krzysztof Kozlowski1-2/+2
2026-03-25drm/msm/hdmi: Fix wrong CTRL1 register used in writing info framesKrzysztof Kozlowski1-2/+2
2026-03-25drm/msm/hdmi: make 'msm_hdmi_pm_ops' staticBen Dooks1-1/+1
2026-03-25drm/msm/mdss: Add a TODO for better managing the MDSS clock power stateKonrad Dybcio1-0/+8
2026-03-25drm/msm/dsi: add the missing parameter descriptionPengyu Luo1-0/+1
2026-03-25drm/msm/dpu: fix mismatch between power and frequencyYuanjie Yang1-2/+0
2026-03-25drm/msm/mdss: Add support for Eliza SoCKrzysztof Kozlowski1-0/+1
2026-03-25drm/msm/dpu: Add support for Eliza SoCKrzysztof Kozlowski4-0/+368
2026-03-25drm/msm/mdp5: Remove MSM8974v1Konrad Dybcio1-92/+2
2026-03-25drm/msm: add missing MODULE_DEVICE_ID definitionsDmitry Baryshkov5-0/+5
2026-03-25drm/msm/dpu: enable virtual planes by defaultDmitry Baryshkov1-1/+1
2026-03-25drm/i915: move CNP clock gating init into intel_pchLuca Coelho2-12/+11
2026-03-25drm/i915: move LPT clock gating init into intel_pchLuca Coelho2-19/+21
2026-03-25drm/i915: move CPT clock gating init into intel_pchLuca Coelho2-37/+42