summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/pl111/pl111_drm.h
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 09:25:42 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2023-05-18 09:25:42 +1000
commitdec469ae119550628b89f6139804c050d7eac5af (patch)
tree4e3a2e9243050035d8ca2b2dbd978616a6badec1 /drivers/gpu/drm/pl111/pl111_drm.h
parent57b67b04d6255a4bbd77cbd6328b3c7e7488815d (diff)
parent1aa7f416175619e0286fddc5fc44e968b06bf2aa (diff)
downloadlinux-next-dec469ae119550628b89f6139804c050d7eac5af.tar.gz
Merge branch 'for-linux-next-fixes' of git://anongit.freedesktop.org/drm/drm-miscpending-fixes
Diffstat (limited to 'drivers/gpu/drm/pl111/pl111_drm.h')
-rw-r--r--drivers/gpu/drm/pl111/pl111_drm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/pl111/pl111_drm.h b/drivers/gpu/drm/pl111/pl111_drm.h
index 2a46b5bd8576..d1fe756444ee 100644
--- a/drivers/gpu/drm/pl111/pl111_drm.h
+++ b/drivers/gpu/drm/pl111/pl111_drm.h
@@ -114,7 +114,7 @@ struct drm_minor;
* extensions to the control register
* @formats: array of supported pixel formats on this variant
* @nformats: the length of the array of supported pixel formats
- * @fb_bpp: desired bits per pixel on the default framebuffer
+ * @fb_depth: desired depth per pixel on the default framebuffer
*/
struct pl111_variant_data {
const char *name;
@@ -126,7 +126,7 @@ struct pl111_variant_data {
bool st_bitmux_control;
const u32 *formats;
unsigned int nformats;
- unsigned int fb_bpp;
+ unsigned int fb_depth;
};
struct pl111_drm_dev_private {