Searched defs:format (Results 151 - 175 of 969) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_sdvo.c1220 struct intel_sdvo_tv_format format; local
3074 struct intel_sdvo_tv_format format; local
[all...]
H A Dintel_sprite.c1446 g4x_sprite_format_mod_supported(struct drm_plane *_plane, u32 format, u64 modifier) argument
1467 snb_sprite_format_mod_supported(struct drm_plane *_plane, u32 format, u64 modifier) argument
1493 vlv_sprite_format_mod_supported(struct drm_plane *_plane, u32 format, u64 modifier) argument
[all...]
H A Dintel_tv.c953 int format = conn_state->tv.legacy_mode; local
H A Dskl_scaler.c102 skl_update_scaler(struct intel_crtc_state *crtc_state, bool force_detach, unsigned int scaler_user, int *scaler_id, int src_w, int src_h, int dst_w, int dst_h, const struct drm_format_info *format, u64 modifier, bool need_scaler) argument
[all...]
H A Dskl_universal_plane.c170 int skl_format_to_fourcc(int format, bool rgb_order, bool alpha) argument
1409 intel_format_is_p01x(u32 format) argument
2104 skl_plane_format_mod_supported(struct drm_plane *_plane, u32 format, u64 modifier) argument
2158 gen12_plane_format_mod_supported(struct drm_plane *_plane, u32 format, u64 modifier) argument
[all...]
H A Dskl_watermark.c1736 skl_compute_wm_params(const struct intel_crtc_state *crtc_state, int width, const struct drm_format_info *format, u64 modifier, unsigned int rotation, u32 plane_pixel_rate, struct skl_wm_params *wp, int color_plane) argument
[all...]
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.c176 u32 format; local
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_ct.c1288 u32 format = FIELD_GET(GUC_CTB_MSG_0_FORMAT, msg->msg[0]); local
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.c82 static int bdw_format_to_drm(int format) argument
113 static int skl_format_to_drm(int format, bool rgb_order, bool alpha, argument
[all...]
/linux-master/drivers/gpu/drm/i915/
H A Di915_perf.c2611 u32 format = stream->oa_buffer.format local
3972 oa_format_valid(struct i915_perf *perf, enum drm_i915_oa_format format) argument
3978 oa_format_add(struct i915_perf *perf, enum drm_i915_oa_format format) argument
[all...]
H A Di915_perf_types.h66 u32 format; member in struct:i915_oa_format
287 const struct i915_oa_format *format; member in struct:i915_perf_stream::__anon442
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dpr.c96 struct drm_format_info format; member in struct:dcss_dpr_ch
272 dcss_dpr_pix_size_set(struct dcss_dpr_ch *ch, const struct drm_format_info *format) argument
415 dcss_dpr_setup_components(struct dcss_dpr_ch *ch, const struct drm_format_info *format) argument
492 dcss_dpr_format_set(struct dcss_dpr *dpr, int ch_num, const struct drm_format_info *format, u64 modifier) argument
[all...]
H A Ddcss-dtg.c272 dcss_dtg_plane_alpha_set(struct dcss_dtg *dtg, int ch_num, const struct drm_format_info *format, int alpha) argument
H A Ddcss-plane.c104 static bool dcss_plane_can_rotate(const struct drm_format_info *format, argument
70 dcss_plane_format_mod_supported(struct drm_plane *plane, u32 format, u64 modifier) argument
220 const struct drm_format_info *format = fb->format; local
[all...]
H A Ddcss-scaler.c718 dcss_scaler_set_rgb10_order(struct dcss_scaler_ch *ch, const struct drm_format_info *format) argument
768 dcss_scaler_setup(struct dcss_scaler *scl, int ch_num, const struct drm_format_info *format, int src_xres, int src_yres, int dst_xres, int dst_yres, u32 vrefresh_hz) argument
[all...]
/linux-master/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c340 ipu_plane_format_mod_supported(struct drm_plane *plane, uint32_t format, uint64_t modifier) argument
[all...]
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c330 u32 ctrl, stride = 0, coef_index = 0, format = 0; local
[all...]
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c67 static unsigned int check_pixel_format(struct drm_plane *plane, u32 format) argument
165 static unsigned int get_pixel_format(u32 format) argument
255 get_bits_per_pixel(const struct drm_format_info *format) argument
[all...]
H A Dkmb_plane.h69 unsigned int format; member in struct:disp_cfg
/linux-master/drivers/gpu/drm/logicvc/
H A Dlogicvc_layer.c70 static bool logicvc_layer_format_inverted(uint32_t format) argument
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_plane.c488 lsdc_primary0_update_fb_format(struct lsdc_primary *primary, const struct drm_format_info *format) argument
534 lsdc_primary1_update_fb_format(struct lsdc_primary *primary, const struct drm_format_info *format) argument
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c196 mcde_configure_extsrc(struct mcde *mcde, enum mcde_extsrc src, u32 format) argument
338 mcde_configure_overlay(struct mcde *mcde, enum mcde_overlay ovl, enum mcde_extsrc src, enum mcde_channel ch, const struct drm_display_mode *mode, u32 format, int cpp) argument
1161 u32 format = fb->format->format; local
[all...]
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl.c243 static void mtk_ovl_set_bit_depth(struct device *dev, int idx, u32 format, argument
H A Dmtk_dp.c87 enum dp_pixelformat format; member in struct:mtk_dp_info
[all...]
H A Dmtk_dpi.c422 mtk_dpi_config_color_format(struct mtk_dpi *dpi, enum mtk_dpi_out_color_format format) argument

Completed in 611 milliseconds

1234567891011>>