Home
last modified time | relevance | path

Searched refs:EDID_DETAILED_TIMING_HORIZONTAL_BLANKING (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dvideomodes.c395 EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t) == 0 || in video_edid_dtd_to_ctfb_res_modes()
407 h_total = mode->xres + EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t); in video_edid_dtd_to_ctfb_res_modes()
417 margin = EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*t) - in video_edid_dtd_to_ctfb_res_modes()
/openbmc/u-boot/include/
H A Dedid.h49 #define EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(_x) \ macro
/openbmc/u-boot/common/
H A Dedid.c291 h_blanking = EDID_DETAILED_TIMING_HORIZONTAL_BLANKING(*timing); in edid_print_dtd()