Home
last modified time | relevance | path

Searched refs:red_x (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dedid-generate.c303 uint32_t red_x = edid_to_10bit(rx); in edid_colorspace() local
312 edid[25] = (((red_x & 0x03) << 6) | in edid_colorspace()
320 edid[27] = red_x >> 2; in edid_colorspace()
/openbmc/linux/include/drm/
H A Ddrm_edid.h350 u8 red_x; member
/openbmc/linux/arch/powerpc/include/asm/
H A Dps3av.h395 u16 red_x; member
/openbmc/linux/drivers/ps3/
H A Dps3av.c691 pr_debug("color info red: X %04x Y %04x\n", info->color.red_x, in ps3av_monitor_info_dump()