Searched refs:mdp_format (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/ |
A D | mdp_kms.h | 80 struct mdp_format { struct 91 #define to_mdp_format(x) container_of(x, struct mdp_format, base) argument 92 #define MDP_FORMAT_IS_YUV(mdp_format) ((mdp_format)->is_yuv) argument
|
A D | mdp_format.c | 87 static const struct mdp_format formats[] = { 151 const struct mdp_format *f = &formats[i]; in mdp_get_formats() 170 const struct mdp_format *f = &formats[i]; in mdp_get_format()
|
/linux-6.3-rc2/drivers/media/platform/mediatek/mdp3/ |
A D | mtk-mdp3-regs.c | 18 static const struct mdp_format mdp_formats[] = { 258 static const struct mdp_format *mdp_find_fmt(u32 pixelformat, u32 type) in mdp_find_fmt() 273 static const struct mdp_format *mdp_find_fmt_by_index(u32 index, u32 type) in mdp_find_fmt_by_index() 359 const struct mdp_format *fmt; in mdp_enum_fmt_mplane() 369 const struct mdp_format *mdp_try_fmt_mplane(struct v4l2_format *f, in mdp_try_fmt_mplane() 375 const struct mdp_format *fmt; in mdp_try_fmt_mplane() 547 static u32 mdp_fmt_get_stride(const struct mdp_format *fmt, in mdp_fmt_get_stride() 566 static u32 mdp_fmt_get_stride_contig(const struct mdp_format *fmt, in mdp_fmt_get_stride_contig() 584 static u32 mdp_fmt_get_plane_size(const struct mdp_format *fmt, in mdp_fmt_get_plane_size()
|
A D | mtk-mdp3-regs.h | 253 struct mdp_format { struct 307 const struct mdp_format *mdp_fmt; 357 const struct mdp_format *mdp_try_fmt_mplane(struct v4l2_format *f,
|
A D | mtk-mdp3-m2m.c | 307 const struct mdp_format *fmt; in mdp_m2m_s_fmt_mplane()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp5/ |
A D | mdp5_smp.h | 76 const struct mdp_format *format,
|
A D | mdp5_plane.c | 235 const struct mdp_format *format; in mdp5_plane_atomic_check_with_state() 275 const struct mdp_format *format = in mdp5_plane_atomic_check_with_state() 637 static uint32_t get_scale_config(const struct mdp_format *format, in get_scale_config() 668 static void calc_pixel_ext(const struct mdp_format *format, in calc_pixel_ext() 691 const struct mdp_format *format, in mdp5_write_pixel_ext() 777 const struct mdp_format *format = in mdp5_hwpipe_mode_set() 868 const struct mdp_format *format; in mdp5_plane_mode_set()
|
A D | mdp5_smp.c | 117 const struct mdp_format *format, in mdp5_smp_calculate()
|
A D | mdp5_crtc.c | 221 const struct mdp_format *format; in blend_setup()
|
/linux-6.3-rc2/drivers/gpu/drm/msm/ |
A D | Makefile | 89 disp/mdp_format.o \
|
/linux-6.3-rc2/drivers/gpu/drm/msm/disp/mdp4/ |
A D | mdp4_plane.c | 221 const struct mdp_format *format; in mdp4_plane_mode_set()
|
A D | mdp4_crtc.c | 194 const struct mdp_format *format = in blend_setup()
|
Completed in 24 milliseconds