aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/sun4i/sun4i_frontend.h
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@bootlin.com>2019-01-18 15:51:30 +0100
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-01-18 21:12:20 +0100
commit38ffb167fd6a6fdbb731bdddc996af1329c2dea3 (patch)
tree519287527215eb2d6ef8116b2a8e95ecc639d102 /drivers/gpu/drm/sun4i/sun4i_frontend.h
parentdrm/sun4i: Set the coef_rdy bit right after the coef have been set (diff)
downloadlinux-dev-38ffb167fd6a6fdbb731bdddc996af1329c2dea3.tar.xz
linux-dev-38ffb167fd6a6fdbb731bdddc996af1329c2dea3.zip
drm/sun4i: Make COEF_RDY conditional
The COEF_RDY bit isn't found in all the SoCs featuring some variant of the frontend. Add it to our quirks structure. Reviewed-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190118145133.21281-21-paul.kocialkowski@bootlin.com
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun4i_frontend.h')
-rw-r--r--drivers/gpu/drm/sun4i/sun4i_frontend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_frontend.h b/drivers/gpu/drm/sun4i/sun4i_frontend.h
index 01e68bb11c98..e332bc1c6b68 100644
--- a/drivers/gpu/drm/sun4i/sun4i_frontend.h
+++ b/drivers/gpu/drm/sun4i/sun4i_frontend.h
@@ -114,6 +114,7 @@ struct reset_control;
struct sun4i_frontend_data {
bool has_coef_access_ctrl;
+ bool has_coef_rdy;
};
struct sun4i_frontend {