Skip to content

Commit a01d9f1

Browse files
hoshinolinajannau
authored andcommitted
fixup! drm/asahi: Add the Asahi driver UAPI
1 parent baacdff commit a01d9f1

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/uapi/drm/asahi_drm.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,9 @@ struct drm_asahi_params_global {
7575
__u32 firmware_version[4];
7676
};
7777

78-
/*
7978
enum drm_asahi_feat_compat {
79+
DRM_ASAHI_FEAT_SOFT_FAULTS = (1UL) << 0,
8080
};
81-
*/
8281

8382
enum drm_asahi_feat_incompat {
8483
DRM_ASAHI_FEAT_MANDATORY_ZS_COMPRESSION = (1UL) << 0,

0 commit comments

Comments
 (0)