Home
last modified time | relevance | path

Searched defs:bpp (Results 1 - 25 of 601) sorted by relevance

12345678910>>...25

/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H A Dshmob_drm_kms.h20 unsigned int bpp; member
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_kms.h20 unsigned int bpp; member
/kernel/linux/linux-5.10/drivers/phy/
H A Dphy-core-mipi-dphy.c22 phy_mipi_dphy_get_default_config(unsigned long pixel_clock, unsigned int bpp, unsigned int lanes, struct phy_configure_opts_mipi_dphy *cfg) phy_mipi_dphy_get_default_config() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/via/
H A Dioctl.c67 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
H A Dvia_utility.c118 void viafb_set_gamma_table(int bpp, unsigned int *gamma_table) in viafb_set_gamma_table() argument
222 void viafb_get_gamma_support_state(int bpp, unsigned int *support_state) in viafb_get_gamma_support_state() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
H A Drcar_du_kms.h23 unsigned int bpp; member
/kernel/linux/linux-6.6/drivers/video/fbdev/via/
H A Dioctl.c67 int viafb_ioctl_hotplug(int hres, int vres, int bpp) in viafb_ioctl_hotplug() argument
H A Dvia_utility.c118 void viafb_set_gamma_table(int bpp, unsigned int *gamma_table) in viafb_set_gamma_table() argument
222 void viafb_get_gamma_support_state(int bpp, unsigned int *support_state) in viafb_get_gamma_support_state() argument
/kernel/linux/linux-6.6/drivers/phy/
H A Dphy-core-mipi-dphy.c20 phy_mipi_dphy_calc_config(unsigned long pixel_clock, unsigned int bpp, unsigned int lanes, unsigned long long hs_clk_rate, struct phy_configure_opts_mipi_dphy *cfg) phy_mipi_dphy_calc_config() argument
81 phy_mipi_dphy_get_default_config(unsigned long pixel_clock, unsigned int bpp, unsigned int lanes, struct phy_configure_opts_mipi_dphy *cfg) phy_mipi_dphy_get_default_config() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_kms.h26 unsigned int bpp; member
/kernel/linux/linux-5.10/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-formats.h16 int bpp[3]; member
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/
H A Dmodesetting.c27 hgsmi_process_display_info(struct gen_pool *ctx, u32 display, s32 origin_x, s32 origin_y, u32 start_offset, u32 pitch, u32 width, u32 height, u16 bpp, u16 flags) hgsmi_process_display_info() argument
/kernel/linux/linux-6.6/drivers/media/platform/sunxi/sun8i-rotate/
H A Dsun8i-formats.h16 int bpp[3]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/
H A Dmodesetting.c29 hgsmi_process_display_info(struct gen_pool *ctx, u32 display, s32 origin_x, s32 origin_y, u32 start_offset, u32 pitch, u32 width, u32 height, u16 bpp, u16 flags) hgsmi_process_display_info() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dc2p_iplan2.c48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) in store_iplan2() argument
61 static inline void store_iplan2_masked(void *dst, u32 bpp, u32 d[4], u32 mask) in store_iplan2_masked() argument
85 c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp) c2p_iplan2() argument
[all...]
H A Dc2p_planar.c48 static inline void store_planar(void *dst, u32 dst_inc, u32 bpp, u32 d[8]) in store_planar() argument
61 static inline void store_planar_masked(void *dst, u32 dst_inc, u32 bpp, in store_planar_masked() argument
86 c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width, u32 height, u32 dst_nextline, u32 dst_nextplane, u32 src_nextline, u32 bpp) c2p_planar() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_dsi.c11 int bpp = mipi_dsi_pixel_format_to_bpp(intel_dsi->pixel_format); in intel_dsi_bitrate() local
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dc2p_iplan2.c48 static inline void store_iplan2(void *dst, u32 bpp, u32 d[4]) in store_iplan2() argument
61 static inline void store_iplan2_masked(void *dst, u32 bpp, u32 d[4], u32 mask) in store_iplan2_masked() argument
85 c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp) c2p_iplan2() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_fourcc.c41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
119 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/
H A Dfsl_dcu_drm_plane.c83 unsigned int alpha = DCU_LAYER_AB_NONE, bpp; in fsl_dcu_drm_plane_atomic_update() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fourcc.c46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
109 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument
/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysfillrect.c248 u32 bpp = p->var.bits_per_pixel; in sys_fillrect() local
[all...]
H A Dcfbfillrect.c283 u32 bpp = p->var.bits_per_pixel; in cfb_fillrect() local
[all...]
H A Dfb_draw.h26 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
52 pixel_to_pat( u32 bpp, u32 pixel) in pixel_to_pat() argument
148 unsigned bpp = info->var.bits_per_pixel; in fb_compute_bswapmask() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_format_caps.c40 u32 bpp; in komeda_get_afbc_format_bpp() local

Completed in 9 milliseconds

12345678910>>...25