linux/drivers
Dmitry Baryshkov aee797df03 drm/msm/dpu: move CSC tables to dpu_hw_util.c
Move CSC tables out of the header file to fix following kind of warnings:

In file included from drivers/gpu/drm/msm/disp/dpu1/dpu_hwio.h:8,
                 from drivers/gpu/drm/msm/disp/dpu1/dpu_hw_sspp.c:5:
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h:54:33: warning: ‘dpu_csc10_rgb2yuv_601l’ defined but not used [-Wunused-const-variable=]
   54 | static const struct dpu_csc_cfg dpu_csc10_rgb2yuv_601l = {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h:39:33: warning: ‘dpu_csc10_YUV2RGB_601L’ defined but not used [-Wunused-const-variable=]
   39 | static const struct dpu_csc_cfg dpu_csc10_YUV2RGB_601L = {
      |                                 ^~~~~~~~~~~~~~~~~~~~~~
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_util.h:24:33: warning: ‘dpu_csc_YUV2RGB_601L’ defined but not used [-Wunused-const-variable=]
   24 | static const struct dpu_csc_cfg dpu_csc_YUV2RGB_601L = {
      |                                 ^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Abhinav Kumar <quic_abhinavk@quicinc.com>
Patchwork: https://patchwork.freedesktop.org/patch/571869/
Link: https://lore.kernel.org/r/20231213005728.53060-1-dmitry.baryshkov@linaro.org
2023-12-14 09:27:45 +02:00
..
accel accel: Include <drm/drm_auth.h> 2023-12-06 10:08:09 +01:00
accessibility
acpi
amba
android
ata
atm
auxdisplay fbdev: Push pgprot_decrypted() into mmap implementations 2023-11-29 12:20:44 +01:00
base
bcma
block
bluetooth
bus
cache
cdrom
cdx
char char/agp: Remove frontend code 2023-12-06 10:08:41 +01:00
clk
clocksource
comedi
connector
counter
cpufreq
cpuidle
crypto
cxl
dax
dca
devfreq
dio
dma
dma-buf dma-buf/sw_sync: Add fence deadline support 2023-12-02 01:18:46 +02:00
dpll
edac
eisa
extcon
firewire
firmware
fpga
fsi
gnss
gpio
gpu drm/msm/dpu: move CSC tables to dpu_hw_util.c 2023-12-14 09:27:45 +02:00
greybus
hid hid/picolcd_fb: Set FBINFO_VIRTFB flag 2023-11-29 12:20:25 +01:00
hsi
hte
hv
hwmon
hwspinlock
hwtracing
i2c
i3c
idle
iio
infiniband
input
interconnect
iommu
ipack
irqchip
isdn
leds
macintosh
mailbox
mcb
md
media media/ivtvfb: Initialize fb_ops to fbdev I/O-memory helpers 2023-11-29 12:20:34 +01:00
memory
memstick
message
mfd
misc
mmc
most
mtd
mux
net
nfc
ntb
nubus
nvdimm
nvme
nvmem
of
opp
parisc
parport
pci
pcmcia
peci
perf
phy phy: qcom: qmp-combo: switch to DRM_AUX_BRIDGE 2023-12-04 16:07:29 +02:00
pinctrl
platform
pmdomain
pnp
power
powercap
pps
ps3
ptp
pwm
rapidio
ras
regulator
remoteproc
reset
rpmsg
rtc
s390
sbus
scsi
sh
siox
slimbus
soc soc: qcom: pmic-glink: switch to DRM_AUX_HPD_BRIDGE 2023-12-04 16:07:29 +02:00
soundwire
spi
spmi
ssb
staging staging/sm750fb: Initialize fb_ops with fbdev macros 2023-11-29 12:20:41 +01:00
target
tc
tee
thermal
thunderbolt
tty
ufs
uio
usb usb: typec: qcom-pmic-typec: Only select DRM_AUX_HPD_BRIDGE with OF 2023-12-07 12:28:02 +02:00
vdpa
vfio
vhost
video fbdev: Remove default file-I/O implementations 2023-11-29 12:20:53 +01:00
virt
virtio
w1
watchdog
xen
zorro
Kconfig
Makefile