Home
last modified time | relevance | path

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

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