aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2023-05-22drm/nouveau: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-22drm/nouveau: dispnv50: fix missing-prototypes warningArnd Bergmann2-3/+2
2023-05-22drm/i915: Fix PIPEDMC disabling for a bigjoiner configurationImre Deak1-2/+10
2023-05-22drm: bridge: samsung-dsim: Implement support for clock/data polarity swapMarek Vasut1-1/+26
2023-05-22drm/i915: Support Async Flip on Linear buffersArun R Murthy1-0/+14
2023-05-22drm: fix drmm_mutex_init()Matthew Auld1-20/+2
2023-05-22drm/panel: Add Samsung S6D7AA0 panel controller driverArtur Weber3-0/+593
2023-05-22drm/i915: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-2/+2
2023-05-22drm/msm/dpu: move PINGPONG_NONE check to dpu_lm_init()Dmitry Baryshkov2-5/+5
2023-05-22drm/msm/dpu: use PINGPONG_NONE for LMs with no PP attachedDmitry Baryshkov5-7/+8
2023-05-22drm/msm/dpu: remove futile checks from dpu_rm_init()Dmitry Baryshkov1-34/+0
2023-05-22drm/msm/dpu: replace IS_ERR_OR_NULL with IS_ERR during DSC initDmitry Baryshkov1-1/+1
2023-05-22drm/msm/dpu: Set DPU_DATA_HCTL_EN for in INTF_SC7180_MASKKonrad Dybcio1-2/+5
2023-05-22drm/msm/dpu: access CSC/CSC10 registers directlyDmitry Baryshkov1-34/+9
2023-05-22drm/msm/dpu: access QSEED registers directlyDmitry Baryshkov1-18/+9
2023-05-22drm/msm/dpu: drop SSPP's SRC subblockDmitry Baryshkov3-98/+58
2023-05-22drm/msm/dpu: Remove intr_rdptr from DPU >= 5.0.0 pingpong configMarijn Suijten7-23/+23
2023-05-22drm/msm/dpu: Implement tearcheck support on INTF blockMarijn Suijten7-58/+378
2023-05-22drm/msm/dpu: Merge setup_- and enable_tearcheck pingpong callbacksMarijn Suijten3-16/+15
2023-05-22drm/msm/dpu: Add TEAR-READ-pointer interrupt to INTF blockMarijn Suijten13-40/+92
2023-05-22drm/msm/dpu: Describe TEAR interrupt registers for DSI interfacesMarijn Suijten2-0/+32
2023-05-22drm/msm/dpu: Factor out shared interrupt register in INTF_BLK macroMarijn Suijten14-55/+155
2023-05-22drm/msm/dpu: Move dpu_hw_{tear_check, pp_vsync_info} to dpu_hw_mdss.hKonrad Dybcio2-22/+46
2023-05-22drm/msm/dpu: Disable MDP vsync source selection on DPU 5.0.0 and aboveMarijn Suijten4-17/+40
2023-05-22drm/msm/dpu: Disable pingpong TE on DPU 5.0.0 and aboveMarijn Suijten10-49/+45
2023-05-22drm/msm/dpu: Move autorefresh disable from CMD encoder to pingpongMarijn Suijten4-79/+57
2023-05-22drm/msm/dpu: Drop unused poll_timeout_wr_ptr PINGPONG callbackMarijn Suijten2-24/+0
2023-05-22drm/msm/dpu: Take INTF index as parameter in interrupt register definesMarijn Suijten1-84/+72
2023-05-22drm/msm/dpu: Sort INTF registers numericallyMarijn Suijten1-4/+7
2023-05-22drm/msm/dpu: Remove extraneous register define indentationMarijn Suijten1-20/+21
2023-05-22drm/msm/dpu: Use V4.0 PCC DSPP sub-block in SC7[12]80Marijn Suijten3-7/+2
2023-05-22drm/msm/dpu: add writeback support for sc7280Abhinav Kumar1-0/+8
2023-05-22drm/msm/dpu: drop unused SSPP sub-block informationDmitry Baryshkov1-6/+0
2023-05-22drm/msm/dpu: drop DSPP_MSM8998_MASK from hw catalogAbhinav Kumar2-4/+2
2023-05-22drm/msm/dpu: remove GC and IGC related code from dpu catalogAbhinav Kumar2-13/+1
2023-05-22drm/msm/dpu: remove DPU_DSPP_IGC handling in dspp flushAbhinav Kumar1-3/+0
2023-05-22drm/msm/dpu: remove DPU_DSPP_GC handling in dspp flushAbhinav Kumar1-3/+0
2023-05-22drm/msm/dpu: Pass catalog pointers in RM to replace for-loop ID lookupsMarijn Suijten23-379/+139
2023-05-22drm/msm/dpu: Drop unused members from HW structsMarijn Suijten6-11/+0
2023-05-22drm/msm/dpu: stop mapping the regdma regionDmitry Baryshkov2-7/+1
2023-05-22drm/msm/dpu: drop the regdma configurationDmitry Baryshkov12-77/+0
2023-05-22drm/msm/dpu: set max cursor width to 512x512Arnaud Vrac1-0/+3
2023-05-22drm/msm/dpu: fix cursor block register bit offset in msm8998 hw catalogArnaud Vrac1-2/+2
2023-05-22drm/msm/dpu: use hsync/vsync polarity set by the encoderArnaud Vrac1-13/+3
2023-05-22drm/msm/dpu: add HDMI output supportDmitry Baryshkov1-0/+44
2023-05-21drm/msm/dsi: don't allow enabling 14nm VCO with unprogrammed rateDmitry Baryshkov1-0/+3
2023-05-21drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()Douglas Anderson1-6/+26
2023-05-21drm/msm/dsi: Stop unconditionally powering up DSI hosts at modesetDouglas Anderson1-37/+1
2023-05-19drm/display/dsc: add YCbCr 4:2:2 and 4:2:0 RC parametersDmitry Baryshkov1-0/+450
2023-05-19drm/display/dsc: include the rest of pre-SCR parametersDmitry Baryshkov1-0/+72