1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/msm
Kuogee Hsieh c20c44403e drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0
DPU < 7.0.0 requires the PINGPONG block to be involved during
DSC setting up. Since DPU >= 7.0.0, enabling and starting the DSC
encoder engine was moved to INTF with the help of the flush mechanism.
Add a DPU_PINGPONG_DSC feature bit to restrict the availability of
dpu_hw_pp_setup_dsc() and dpu_hw_pp_dsc_{enable,disable}() on the
PINGPONG block to DPU < 7.0.0 hardware, as the registers are not
available on DPU 7.0.0 and higher anymore.
Add DPU_PINGPONG_DSC to PINGPONG_SDM845_MASK, PINGPONG_SDM845_TE2_MASK
and PINGPONG_SM8150_MASK which is used for all DPU < 7.0 chipsets.

changes in v6:
-- split patches and rearrange to keep catalog related files at this patch

changes in v7:
-- rewording commit text as suggested at review comments

changes in v9:
-- delete BIT(DPU_PINGPONG_DSC) from PINGPONG_SDM845_TE2_MASK

changes in v10:
-- correct order of commit text

Signed-off-by: Kuogee Hsieh <quic_khsieh@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Marijn Suijten <marijn.suijten@somainline.org>
Patchwork: https://patchwork.freedesktop.org/patch/539502/
Link: https://lore.kernel.org/r/1685036458-22683-4-git-send-email-quic_khsieh@quicinc.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2023-06-04 05:10:10 +03:00
..
adreno drm/msm/adreno: adreno_gpu: Use suspend() instead of idle() on load error 2023-04-03 07:40:04 -07:00
disp drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0 2023-06-04 05:10:10 +03:00
dp drm/msm/dp: unregister audio driver during unbind 2023-04-26 16:45:35 -07:00
dsi drm/msm/dsi: Remove custom DSI config handling 2023-04-06 20:29:45 +03:00
hdmi drm/msm: Update generated headers 2023-03-21 09:10:47 -07:00
Kconfig drm/msm/a6xx: add CONFIG_PM dependency 2023-03-25 11:27:20 -07:00
Makefile drm/msm/dp: rewrite dss_module_power to use bulk clock functions 2022-07-04 21:05:28 +03:00
msm_atomic.c drm/msm/atomic: Don't try async if crtc not active 2023-04-24 13:18:36 -07:00
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm: Implement fbdev emulation as in-kernel client 2023-04-06 20:29:40 +03:00
msm_debugfs.h
msm_drv.c Merge branch 'msm-next-lumag-dpu' into msm-next-lumag 2023-04-06 20:29:50 +03:00
msm_drv.h Merge branch 'msm-next-lumag-dpu' into msm-next-lumag 2023-04-06 20:29:50 +03:00
msm_fb.c drm: Drop drm_framebuffer.h from drm_crtc.h 2022-06-20 23:53:55 +03:00
msm_fbdev.c drm/msm: Implement fbdev emulation as in-kernel client 2023-04-06 20:29:40 +03:00
msm_fence.c drm/msm: Add deadline based boost support 2023-03-28 15:46:15 -07:00
msm_fence.h drm/msm: Add deadline based boost support 2023-03-28 15:46:15 -07:00
msm_gem.c drm/msm: Fix vmap madv warning 2023-04-24 13:41:49 -07:00
msm_gem.h drm/msm/gem: Avoid obj lock in job_run() 2023-03-25 16:31:44 -07:00
msm_gem_prime.c drm/msm/gem: Rename to pin/unpin_pages 2022-08-27 09:32:44 -07:00
msm_gem_shrinker.c drm/msm: Enable unpin/eviction by default 2022-11-17 10:39:12 -08:00
msm_gem_submit.c drm/msm: Fix submit error-path leaks 2023-05-11 07:41:48 -07:00
msm_gem_vma.c drm/msm: Decouple vma tracking from obj lock 2023-03-25 16:31:44 -07:00
msm_gpu.c drm/msm/adreno: Use OPP for every GPU generation 2023-03-20 11:04:59 -07:00
msm_gpu.h drm/msm/gpu: Move BO allocation out of hw_init 2023-03-25 16:31:45 -07:00
msm_gpu_devfreq.c drm/msm/adreno: Use OPP for every GPU generation 2023-03-20 11:04:59 -07:00
msm_gpu_trace.h drm/msm/gem: Evict active GEM objects when necessary 2022-08-27 09:32:45 -07:00
msm_gpu_tracepoints.c
msm_gpummu.c drm/msm: devcoredump iommu fault support 2021-06-23 07:33:55 -07:00
msm_io_utils.c drm/msm: Include <linux/io.h> 2023-04-06 20:29:40 +03:00
msm_iommu.c drm/msm: Be more shouty if per-process pgtables aren't working 2023-05-17 08:53:47 -07:00
msm_kms.h drm/msm/atomic: Switch to vblank_start helper 2023-03-28 15:46:15 -07:00
msm_mdss.c drm/msm/mdss: Fix spelling mistake "Unuspported" -> "Unsupported" 2023-04-06 20:29:40 +03:00
msm_mmu.h drm/msm/adreno: stall translation on fault for all GPU families 2023-03-28 15:49:09 -07:00
msm_perf.c drm/msm: Remove struct_mutex usage 2021-11-28 09:50:33 -08:00
msm_rd.c drm/msm/rd: Fix FIFO-full deadlock 2022-09-18 09:37:55 -07:00
msm_ringbuffer.c drm/msm/gem: Avoid obj lock in job_run() 2023-03-25 16:31:44 -07:00
msm_ringbuffer.h drm/msm: Hangcheck progress detection 2022-11-17 10:39:12 -08:00
msm_submitqueue.c drm/msm: Switch idr_lock to spinlock 2023-03-25 16:31:44 -07:00
NOTES