linux/drivers/gpu/drm/kmb
Laurent Pinchart 2c8aba81d3 drm: Constify drm_driver in drivers that don't modify it
A non-const structure containing function pointers is a possible attack
vector. The drm_driver structure is already const in most drivers, but
there are a few exceptions. Constify the structure in the drivers that
don't need to modify at, as a low-hanging fruit. The rest of the drivers
will need a more complex fix.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2021-01-05 07:20:36 +02:00
..
Kconfig drm/Kconfig: rename keembay config 2020-11-13 14:53:34 +10:00
kmb_crtc.c drm/kmb: fix spelling mistakes in drm_info and drm_dbg messages 2020-11-11 22:00:05 +01:00
kmb_drv.c drm: Constify drm_driver in drivers that don't modify it 2021-01-05 07:20:36 +02:00
kmb_drv.h
kmb_dsi.c drm/kmb: Mipi DSI part of the display driver 2020-11-05 19:20:23 +01:00
kmb_dsi.h drm/kmb: Mipi DSI part of the display driver 2020-11-05 19:20:23 +01:00
kmb_plane.c drm/kmb: Fix build warnings 2020-11-11 21:34:18 +01:00
kmb_plane.h drm/kmb: Fix build warnings 2020-11-11 21:34:18 +01:00
kmb_regs.h
Makefile drm/kmb: Build files for KeemBay Display driver 2020-11-05 19:20:38 +01:00