Skip to content

Commit 5267569

Browse files
jannaumarcan
authored andcommitted
drm/apple: Drop unsupported DRM_FORMAT_ARGB2101010
Depends on https://gitlab.freedesktop.org/asahi/mesa/-/merge_requests/5 Signed-off-by: Janne Grunau <[email protected]>
1 parent 217efe4 commit 5267569

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/gpu/drm/apple/apple_drv.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ static const struct drm_plane_funcs apple_plane_funcs = {
145145
*/
146146
static const u32 dcp_formats[] = {
147147
DRM_FORMAT_XRGB2101010,
148-
DRM_FORMAT_ARGB2101010,
149148
DRM_FORMAT_XRGB8888,
150149
DRM_FORMAT_ARGB8888,
151150
DRM_FORMAT_XBGR8888,

drivers/gpu/drm/apple/iomfb.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,6 @@ u32 drm_format_to_dcp(u32 drm)
410410
case DRM_FORMAT_ABGR8888:
411411
return fourcc_code('A', 'B', 'G', 'R');
412412

413-
case DRM_FORMAT_ARGB2101010:
414413
case DRM_FORMAT_XRGB2101010:
415414
return fourcc_code('r', '0', '3', 'w');
416415
}

0 commit comments

Comments
 (0)