mirror-linux/drivers/gpu/drm/msm
Dave Airlie a48bba9838 msm/fbdev: fix unused variable warning with clang.
clang builds showed this:
drivers/gpu/drm/msm/msm_fbdev.c:144:6: error: variable 'helper' is used uninitialized whenever 'if' condition is true [-Werror,-Wsometimes-uninitialized]
        if (!fbdev)
            ^~~~~~

Fixes: 3fb1f62f80 ("drm/fb-helper: Remove drm_fb_helper_unprepare() from drm_fb_helper_fini()")
Signed-off-by: Dave Airlie <airlied@redhat.com>
2023-02-23 09:48:05 +10:00
..
adreno Merge tag 'drm-msm-next-2023-01-30' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-02-03 04:45:17 +10:00
disp drm/msm/dpu: set pdpu->is_rt_pipe early in dpu_plane_sspp_atomic_update() 2023-01-26 21:29:07 +02:00
dp Merge branch 'msm-next-lumag' into HEAD 2023-01-22 22:43:59 +02:00
dsi drm/msm/dsi: properly handle the case of empty OPP table in dsi_mgr_bridge_mode_valid 2023-01-26 20:51:32 +02:00
hdmi Merge tag 'drm-msm-next-2023-01-30' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-02-03 04:45:17 +10:00
Kconfig Merge branch 'msm-next-lumag' into HEAD 2023-01-22 22:43:59 +02:00
Makefile
NOTES
msm_atomic.c
msm_atomic_trace.h
msm_atomic_tracepoints.c
msm_debugfs.c drm/msm/gpu: Add devfreq tuning debugfs 2023-01-16 10:40:18 -08:00
msm_debugfs.h
msm_drv.c Merge branch 'msm-next-lumag' into HEAD 2023-01-22 22:43:59 +02:00
msm_drv.h Merge branch 'msm-next-lumag' into HEAD 2023-01-22 22:43:59 +02:00
msm_fb.c
msm_fbdev.c msm/fbdev: fix unused variable warning with clang. 2023-02-23 09:48:05 +10:00
msm_fence.c drm/msm: use strscpy instead of strncpy 2023-01-24 10:11:52 +02:00
msm_fence.h
msm_gem.c
msm_gem.h
msm_gem_prime.c
msm_gem_shrinker.c drm/msm: Enable unpin/eviction by default 2022-11-17 10:39:12 -08:00
msm_gem_submit.c Merge branch 'msm-next-lumag' into HEAD 2023-01-22 22:43:59 +02:00
msm_gem_vma.c
msm_gpu.c Merge tag 'drm-msm-fixes-2023-01-16' of https://gitlab.freedesktop.org/drm/msm into drm-fixes 2023-01-20 07:49:01 +10:00
msm_gpu.h Merge tag 'drm-msm-next-2023-01-30' of https://gitlab.freedesktop.org/drm/msm into drm-next 2023-02-03 04:45:17 +10:00
msm_gpu_devfreq.c drm/msm/gpu: Add default devfreq thresholds 2023-01-16 11:03:25 -08:00
msm_gpu_trace.h
msm_gpu_tracepoints.c
msm_gpummu.c
msm_io_utils.c drm/msm: lookup the ICC paths in both mdp5/dpu and mdss devices 2022-09-18 09:38:02 -07:00
msm_iommu.c drm/msm: move domain allocation into msm_iommu_new() 2022-11-03 02:23:45 +03:00
msm_kms.h
msm_mdss.c drm/msm: mdss: add support for SM8550 2023-01-12 21:45:17 +02:00
msm_mmu.h drm/msm: move domain allocation into msm_iommu_new() 2022-11-03 02:23:45 +03:00
msm_perf.c
msm_rd.c drm/msm/rd: Fix FIFO-full deadlock 2022-09-18 09:37:55 -07:00
msm_ringbuffer.c drm/msm/gem: Unpin objects slightly later 2022-09-30 09:01:33 -07:00
msm_ringbuffer.h drm/msm: Hangcheck progress detection 2022-11-17 10:39:12 -08:00
msm_submitqueue.c