summaryrefslogtreecommitdiff
path: root/include/video/dpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/video/dpu.h')
-rw-r--r--include/video/dpu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/video/dpu.h b/include/video/dpu.h
index 745676efe21a..b541d07513ef 100644
--- a/include/video/dpu.h
+++ b/include/video/dpu.h
@@ -348,7 +348,10 @@ struct dpu_fetchunit_ops {
unsigned int w, unsigned int h, u32 fmt,
bool deinterlace);
- void (*set_fmt)(struct dpu_fetchunit *fu, u32 fmt, bool deinterlace);
+ void (*set_fmt)(struct dpu_fetchunit *fu, u32 fmt,
+ enum drm_color_encoding color_encoding,
+ enum drm_color_range color_range,
+ bool deinterlace);
void (*set_pixel_blend_mode)(struct dpu_fetchunit *fu,
unsigned int pixel_blend_mode, u16 alpha,