Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/platform/st/sti/bdisp/
Dbdisp-debug.c240 if ((val & BLT_FCTL_Y_HV_SCALE) == BLT_FCTL_Y_HV_SCALE) in bdisp_dbg_dump_fctl()
242 else if ((val & BLT_FCTL_Y_HV_SCALE) == BLT_FCTL_Y_HV_SAMPLE) in bdisp_dbg_dump_fctl()
Dbdisp-reg.h222 #define BLT_FCTL_Y_HV_SCALE 0x33000000 /* Luma version */ macro
Dbdisp-hw.c932 node->fctl |= BLT_FCTL_Y_HV_SCALE; in bdisp_hw_build_node()