Home
last modified time | relevance | path

Searched refs:G_038000_PITCH (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/radeon/
Dr600d.h2091 #define G_038000_PITCH(x) (((x) >> 8) & 0x7FF) macro
Dr600_cs.c1508 pitch = (G_038000_PITCH(word0) + 1) * 8; in r600_check_texture_resource()