Skip to content

Commit

Permalink
fixup! drm/asahi: Add the Asahi driver UAPI
Browse files Browse the repository at this point in the history
Remove sync TVB growth flag. Not filling the hole to avoid breaking
compat for now.
  • Loading branch information
asahilina committed Sep 9, 2023
1 parent 1e95c23 commit dee6928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uapi/drm/asahi_drm.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ struct drm_asahi_attachment {

#define ASAHI_RENDER_NO_CLEAR_PIPELINE_TEXTURES (1UL << 0)
#define ASAHI_RENDER_SET_WHEN_RELOADING_Z_OR_S (1UL << 1)
#define ASAHI_RENDER_SYNC_TVB_GROWTH (1UL << 2)
/* was sync TVB growth */
#define ASAHI_RENDER_PROCESS_EMPTY_TILES (1UL << 3)
#define ASAHI_RENDER_NO_VERTEX_CLUSTERING (1UL << 4)
#define ASAHI_RENDER_MSAA_ZS (1UL << 5)
Expand Down

0 comments on commit dee6928

Please sign in to comment.