On Thu, 23 Jan 2025, Jani Nikula <jani.nikula@xxxxxxxxx> wrote: > Fix all cases that pass something other than struct drm_device to the > drm_device based logging helpers, and add strict type checking. > > Gustavo Sousa (1): > drm/print: Include drm_device.h This was pushed earlier, independently. > > Jani Nikula (4): > drm/mipi-dsi: stop passing non struct drm_device to drm_err() and > friends > drm/rockchip: stop passing non struct drm_device to drm_err() and > friends > drm/sched: stop passing non struct drm_device to drm_err() and friends > drm/print: require struct drm_device for drm_err() and friends Series pushed to drm-misc-next, thanks for the reviews. BR, Jani. > > drivers/gpu/drm/drm_mipi_dsi.c | 12 +++--- > drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 16 +++---- > .../gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 16 +++---- > drivers/gpu/drm/scheduler/sched_entity.c | 2 +- > drivers/gpu/drm/scheduler/sched_main.c | 20 +++++---- > include/drm/drm_print.h | 42 +++++++++++-------- > 6 files changed, 58 insertions(+), 50 deletions(-) -- Jani Nikula, Intel