aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/stm/ltdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/stm/ltdc.h')
-rw-r--r--drivers/gpu/drm/stm/ltdc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/stm/ltdc.h b/drivers/gpu/drm/stm/ltdc.h
index edd1c0a446d1..edb268129c54 100644
--- a/drivers/gpu/drm/stm/ltdc.h
+++ b/drivers/gpu/drm/stm/ltdc.h
@@ -17,6 +17,7 @@ struct ltdc_caps {
17 u32 reg_ofs; /* register offset for applicable regs */ 17 u32 reg_ofs; /* register offset for applicable regs */
18 u32 bus_width; /* bus width (32 or 64 bits) */ 18 u32 bus_width; /* bus width (32 or 64 bits) */
19 const u32 *pix_fmt_hw; /* supported pixel formats */ 19 const u32 *pix_fmt_hw; /* supported pixel formats */
20 bool non_alpha_only_l1; /* non-native no-alpha formats on layer 1 */
20}; 21};
21 22
22struct ltdc_device { 23struct ltdc_device {