Skip to content

Commit cefdfd2

Browse files
committed
fixup! drm/asahi: Add the Asahi driver UAPI
1 parent 0c27eaa commit cefdfd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/drm/asahi_drm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ struct drm_asahi_attachment {
330330

331331
#define ASAHI_RENDER_NO_CLEAR_PIPELINE_TEXTURES (1UL << 0)
332332
#define ASAHI_RENDER_SET_WHEN_RELOADING_Z_OR_S (1UL << 1)
333-
/* was sync TVB growth */
333+
#define ASAHI_RENDER_VERTEX_SPILLS (1UL << 2)
334334
#define ASAHI_RENDER_PROCESS_EMPTY_TILES (1UL << 3)
335335
#define ASAHI_RENDER_NO_VERTEX_CLUSTERING (1UL << 4)
336336
#define ASAHI_RENDER_MSAA_ZS (1UL << 5)

0 commit comments

Comments
 (0)