Home
last modified time | relevance | path

Searched refs:xfm (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.h38 struct transform *xfm,
42 struct transform *xfm,
47 struct transform *xfm,
51 struct transform *xfm,
55 struct transform *xfm,
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h675 struct transform *xfm,
680 struct transform *xfm,
684 struct transform *xfm,
689 struct transform *xfm,
693 struct transform *xfm,
696 void dce110_opp_set_regamma_mode(struct transform *xfm,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c588 static void dce100_transform_destroy(struct transform **xfm) in dce100_transform_destroy() argument
590 kfree(TO_DCE_TRANSFORM(*xfm)); in dce100_transform_destroy()
591 *xfm = NULL; in dce100_transform_destroy()
/linux/fs/xfs/
H A Dxfs_fsmap.c245 struct xfs_fsmap *xfm, in xfs_getfsmap_format() argument
250 trace_xfs_getfsmap_mapping(mp, xfm); in xfs_getfsmap_format()
253 xfs_fsmap_from_internal(rec, xfm); in xfs_getfsmap_format()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c698 static void dce60_transform_destroy(struct transform **xfm) in dce60_transform_destroy() argument
700 kfree(TO_DCE_TRANSFORM(*xfm)); in dce60_transform_destroy()
701 *xfm = NULL; in dce60_transform_destroy()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c807 if (opp_head->plane_res.xfm && in dc_stream_set_dither_option()
808 opp_head->plane_res.xfm->funcs->transform_set_pixel_storage_depth) { in dc_stream_set_dither_option()
809 opp_head->plane_res.xfm->funcs->transform_set_pixel_storage_depth( in dc_stream_set_dither_option()
810 opp_head->plane_res.xfm, in dc_stream_set_dither_option()
835 .xfm = pipes->plane_res.xfm, in dc_stream_set_gamut_remap()
3987 (!tmp_pipe->plane_res.xfm && !tmp_pipe->plane_res.dpp) || in program_cursor_position_sequence()