Message ID | 20240806-omapdrm-misc-fixes-v1-0-15d31aea0831@ideasonboard.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/omap: Minor fixes | expand |
Hi, On Tue, Aug 06, 2024 at 04:50:26PM GMT, Tomi Valkeinen wrote: > A few minor fixes to omapdrm, mostly to remove sparse or other checker > warnings. > > Tomi > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> For the series: Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.com> Greetings, -- Sebastian > --- > Tomi Valkeinen (3): > drm/omap: Fix possible NULL dereference > drm/omap: Hide sparse warnings > drm/omap: Fix locking in omap_gem_new_dmabuf() > > drivers/gpu/drm/omapdrm/dss/base.c | 25 ++++++------------------- > drivers/gpu/drm/omapdrm/dss/omapdss.h | 3 +-- > drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 6 +++--- > drivers/gpu/drm/omapdrm/omap_drv.c | 4 ++-- > drivers/gpu/drm/omapdrm/omap_gem.c | 10 ++-------- > 5 files changed, 14 insertions(+), 34 deletions(-) > --- > base-commit: 0c3836482481200ead7b416ca80c68a29cfdaabd > change-id: 20240806-omapdrm-misc-fixes-2ea920193dde > > Best regards, > -- > Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> >
A few minor fixes to omapdrm, mostly to remove sparse or other checker warnings. Tomi Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> --- Tomi Valkeinen (3): drm/omap: Fix possible NULL dereference drm/omap: Hide sparse warnings drm/omap: Fix locking in omap_gem_new_dmabuf() drivers/gpu/drm/omapdrm/dss/base.c | 25 ++++++------------------- drivers/gpu/drm/omapdrm/dss/omapdss.h | 3 +-- drivers/gpu/drm/omapdrm/omap_dmm_tiler.c | 6 +++--- drivers/gpu/drm/omapdrm/omap_drv.c | 4 ++-- drivers/gpu/drm/omapdrm/omap_gem.c | 10 ++-------- 5 files changed, 14 insertions(+), 34 deletions(-) --- base-commit: 0c3836482481200ead7b416ca80c68a29cfdaabd change-id: 20240806-omapdrm-misc-fixes-2ea920193dde Best regards,