Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Drfbi.c117 int pixel_size; member
768 return rfbi_configure_bus(dssdev->phy.rfbi.channel, rfbi.pixel_size, in rfbi_configure()
784 static void rfbi_set_pixel_size(struct omap_dss_device *dssdev, int pixel_size) in rfbi_set_pixel_size() argument
786 rfbi.pixel_size = pixel_size; in rfbi_set_pixel_size()
851 mgr_config.video_port_width = rfbi.pixel_size; in rfbi_config_lcd_manager()
901 rfbi_configure_bus(dssdev->phy.rfbi.channel, rfbi.pixel_size, in rfbi_display_enable()
Ddisplay.c53 if (dssdev->ctrl.pixel_size == 24) in omapdss_default_get_recommended_bpp()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/device_include/
Dsvga3d_surfacedefs.h1146 const surf_size_struct *pixel_size, in svga3dsurface_get_size_in_blocks() argument
1149 block_size->width = __KERNEL_DIV_ROUND_UP(pixel_size->width, in svga3dsurface_get_size_in_blocks()
1151 block_size->height = __KERNEL_DIV_ROUND_UP(pixel_size->height, in svga3dsurface_get_size_in_blocks()
1153 block_size->depth = __KERNEL_DIV_ROUND_UP(pixel_size->depth, in svga3dsurface_get_size_in_blocks()
/Linux-v4.19/include/video/
Domapfb_dss.h674 u8 pixel_size; member