Skip to content

Commit b75f095

Browse files
aphogatMarge Bot
authored and
Marge Bot
committedApr 2, 2021
intel: Rename genx keyword to gfxx in source files
Commands used to do the changes: export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965" grep -E "gen[[:digit:]]+" -rIl $SEARCH_PATH | xargs sed -ie "s/gen\([[:digit:]]\+\)/gfx\1/g" Exclude pack.h and xml changes in this patch: grep -E "gfx[[:digit:]]+_pack\.h" -rIl $SEARCH_PATH | xargs sed -ie "s/gfx\([[:digit:]]\+_pack\.h\)/gen\1/g" grep -E "gfx[[:digit:]]+\.xml" -rIl $SEARCH_PATH | xargs sed -ie "s/gfx\([[:digit:]]\+\.xml\)/gen\1/g" Signed-off-by: Anuj Phogat <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9936>
1 parent 66f6535 commit b75f095

File tree

160 files changed

+1293
-1293
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+1293
-1293
lines changed
 

‎src/gallium/drivers/iris/iris_blit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ get_copy_region_aux_settings(struct iris_context *ice,
579579
* for adjusting the clear color, so clear support may only be enabled
580580
* in some cases:
581581
*
582-
* - On gen11+, the clear color is indirect and comes in two forms: a
582+
* - On gfx11+, the clear color is indirect and comes in two forms: a
583583
* 32bpc representation used for rendering and a pixel representation
584584
* used for sampling. blorp_copy doesn't change indirect clear colors,
585585
* so clears are only supported in the sampling case.

‎src/gallium/drivers/iris/iris_bufmgr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ iris_bufmgr_create(struct gen_device_info *devinfo, int fd, bool bo_reuse)
18601860
util_vma_heap_init(&bufmgr->vma_allocator[IRIS_MEMZONE_SURFACE],
18611861
IRIS_MEMZONE_SURFACE_START,
18621862
_4GB_minus_1 - IRIS_MAX_BINDERS * IRIS_BINDER_SIZE);
1863-
/* TODO: Why does limiting to 2GB help some state items on gen12?
1863+
/* TODO: Why does limiting to 2GB help some state items on gfx12?
18641864
* - CC Viewport Pointer
18651865
* - Blend State Pointer
18661866
* - Color Calc State Pointer

0 commit comments

Comments
 (0)