Home
last modified time | relevance | path

Searched refs:gdfIndex (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dmxsfb.c184 panel.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
188 panel.gdfIndex = GDF_16BIT_565RGB; in video_hw_init()
192 panel.gdfIndex = GDF__8BIT_INDEX; in video_hw_init()
H A Dmb862xx.c306 dev->gdfIndex = GDF__8BIT_INDEX; in card_init()
311 dev->gdfIndex = GDF_15BIT_555RGB; in card_init()
318 dev->gdfIndex = GDF_15BIT_555RGB; in card_init()
H A Dmx3fb.c543 ipu_ch_param_set_size(&params, panel.gdfIndex, in ipu_init_channel_buffer()
871 panel.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
875 panel.gdfIndex = GDF_16BIT_565RGB; in video_hw_init()
879 panel.gdfIndex = GDF__8BIT_INDEX; in video_hw_init()
H A Dda8xx-fb.c886 gpanel.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
890 gpanel.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
894 gpanel.gdfIndex = GDF_16BIT_565RGB; in video_hw_init()
898 gpanel.gdfIndex = GDF__8BIT_INDEX; in video_hw_init()
H A Dati_radeon_fb.c693 pGD->gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
701 pGD->gdfIndex = GDF_16BIT_565RGB; in video_hw_init()
713 pGD->gdfIndex = GDF__8BIT_INDEX; in video_hw_init()
H A Domap3_dss.c162 pGD->gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
H A Dfsl_diu_fb.c404 ctfb.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
H A Dfsl_dcu_fb.c431 ctfb.gdfIndex = GDF_32BIT_X888RGB; in video_hw_init()
H A Dmxc_ipuv3_fb.c558 panel.gdfIndex = GDF_16BIT_565RGB; in mxcfb_probe()
H A Dcfb_console.c112 #define VIDEO_DATA_FORMAT (pGD->gdfIndex)
/openbmc/u-boot/include/
H A Dvideo_fb.h43 unsigned int gdfIndex; member
/openbmc/u-boot/board/socrates/
H A Dsocrates.c319 mb862xx.gdfIndex = GDF_15BIT_555RGB; in board_video_init()
/openbmc/u-boot/board/nokia/rx51/
H A Drx51.c306 gdev.gdfIndex = GDF_16BIT_565RGB; in video_hw_init()
/openbmc/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c1246 graphic_device->gdfIndex = GDF_32BIT_X888RGB;