Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_color_regs.h20 #define PALETTE_10BIT_RED_LDW_MASK REG_GENMASK(23, 16) macro
Dintel_color.c855 u16 red = REG_FIELD_GET(PALETTE_10BIT_RED_LDW_MASK, ldw) | in i9xx_lut_10_pack()