We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13ea0d5 + 1ae6434 commit af17f57Copy full SHA for af17f57
drivers/gpu/drm/rockchip/rockchip_drm_vop.c
@@ -61,7 +61,7 @@
61
VOP_REG_SUPPORT(vop, win->phy->name)
62
63
#define VOP_WIN_SCL_EXT_SUPPORT(vop, win, name) \
64
- (win->phy->scl->ext && \
+ (win && win->phy && win->phy->scl && win->phy->scl->ext && \
65
VOP_REG_SUPPORT(vop, win->phy->scl->ext->name))
66
67
#define VOP_CTRL_SUPPORT(vop, name) \
0 commit comments