| /src/sys/external/bsd/drm2/dist/include/drm/ |
| H A D | drm_blend.h | 40 static inline bool drm_rotation_90_or_270(unsigned int rotation) argument
|
| H A D | drm_plane.h | 139 unsigned int rotation; member in struct:drm_plane_state
|
| /src/sys/external/bsd/drm2/dist/drm/ |
| H A D | drm_blend.c | 262 drm_plane_create_rotation_property(struct drm_plane * plane,unsigned int rotation,unsigned int supported_rotations) argument 315 drm_rotation_simplify(unsigned int rotation,unsigned int supported_rotations) argument [all...] |
| H A D | drm_plane_helper.c | 104 drm_plane_helper_check_update(struct drm_plane * plane,struct drm_crtc * crtc,struct drm_framebuffer * fb,struct drm_rect * src,struct drm_rect * dst,unsigned int rotation,int min_scale,int max_scale,bool can_position,bool can_update_disabled,bool * visible) argument
|
| H A D | drm_rect.c | 259 drm_rect_rotate(struct drm_rect * r,int width,int height,unsigned int rotation) argument 333 drm_rect_rotate_inv(struct drm_rect * r,int width,int height,unsigned int rotation) argument [all...] |
| H A D | drm_client_modeset.c | 902 bool drm_client_rotation(struct drm_mode_set *modeset, unsigned int *rotation) argument 1017 unsigned int rotation; local in function:drm_client_modeset_commit_atomic [all...] |
| H A D | drm_atomic_helper.c | 777 unsigned int rotation = plane_state->rotation; local in function:drm_atomic_helper_check_plane_state
|
| H A D | drm_fb_helper.c | 1750 unsigned int rotation, sw_rotations = 0; local in function:drm_setup_crtcs_fb
|
| H A D | drm_modes.c | 1647 unsigned int deg, margin, rotation = 0; local in function:drm_mode_parse_cmdline_options [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/ |
| H A D | mod_shared.h | 104 enum lut3d_control_rotation_mode rotation; member in struct:lut3d_settings
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
| H A D | amdgpu_dce110_mem_input_v.c | 235 program_size_and_rotation(struct dce_mem_input * mem_input110,enum dc_rotation_angle rotation,const struct plane_size * plane_size) argument 569 dce_mem_input_v_program_pte_vm(struct mem_input * mem_input,enum surface_pixel_format format,union dc_tiling_info * tiling_info,enum dc_rotation_angle rotation) argument 642 dce_mem_input_v_program_surface_config(struct mem_input * mem_input,enum surface_pixel_format format,union dc_tiling_info * tiling_info,struct plane_size * plane_size,enum dc_rotation_angle rotation,struct dc_plane_dcc_param * dcc,bool horizotal_mirror) argument
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
| H A D | amdgpu_dcn10_hubp.c | 208 hubp1_program_rotation(struct hubp * hubp,enum dc_rotation_angle rotation,bool horizontal_mirror) argument 528 hubp1_program_surface_config(struct hubp * hubp,enum surface_pixel_format format,union dc_tiling_info * tiling_info,struct plane_size * plane_size,enum dc_rotation_angle rotation,struct dc_plane_dcc_param * dcc,bool horizontal_mirror,unsigned int compat_level) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
| H A D | amdgpu_dcn20_hubp.c | 373 hubp2_program_rotation(struct hubp * hubp,enum dc_rotation_angle rotation,bool horizontal_mirror) argument 521 hubp2_program_surface_config(struct hubp * hubp,enum surface_pixel_format format,union dc_tiling_info * tiling_info,struct plane_size * plane_size,enum dc_rotation_angle rotation,struct dc_plane_dcc_param * dcc,bool horizontal_mirror,unsigned int compat_level) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| H A D | intel_bios.h | 131 u32 rotation:2; member in struct:mipi_config
|
| H A D | intel_sprite.c | 229 unsigned int rotation = plane_state->hw.rotation; local in function:intel_plane_check_stride 915 unsigned int rotation = plane_state->hw.rotation; local in function:vlv_sprite_ctl 360 skl_plane_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) argument 1303 unsigned int rotation = plane_state->hw.rotation; local in function:ivb_sprite_ctl 1588 g4x_sprite_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) argument 1614 unsigned int rotation = plane_state->hw.rotation; local in function:g4x_sprite_ctl 1980 unsigned int rotation = plane_state->hw.rotation; local in function:chv_plane_check_rotation 2033 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_check_fb 2136 unsigned int rotation = plane_state->hw.rotation; local in function:skl_plane_check_nv12_rotation [all...] |
| H A D | intel_display_types.h | 542 unsigned int rotation; member in struct:intel_plane_state::__anon3d13116b0508 620 u8 rotation; member in struct:intel_initial_plane_config
|
| H A D | intel_vbt_defs.h | 708 u32 rotation; /* 228 */ member in struct:bdb_lvds_options
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/ |
| H A D | amdgpu_dce_mem_input.c | 127 static bool is_vert_scan(enum dc_rotation_angle rotation) argument 138 dce_mi_program_pte_vm(struct mem_input * mi,enum surface_pixel_format format,union dc_tiling_info * tiling_info,enum dc_rotation_angle rotation) argument 396 program_size_and_rotation(struct dce_mem_input * dce_mi,enum dc_rotation_angle rotation,const struct plane_size * plane_size) argument 509 dce_mi_program_surface_config(struct mem_input * mi,enum surface_pixel_format format,union dc_tiling_info * tiling_info,struct plane_size * plane_size,enum dc_rotation_angle rotation,struct dc_plane_dcc_param * dcc,bool horizontal_mirror) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| H A D | amdgpu_dc_resource.c | 515 get_vp_scan_direction(enum dc_rotation_angle rotation,bool horizontal_mirror,bool * orthogonal_rotation,bool * flip_vert_scan_dir,bool * flip_horz_scan_dir) argument [all...] |
| /src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | i915_drm.h | 102 int rotation; /* 0, 90, 180 or 270 */ member in struct:drm_i915_sarea
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | i915_debugfs.c | 2517 static void plane_rotation(char *buf, size_t bufsize, unsigned int rotation) argument [all...] |
| H A D | intel_pm.c | 4589 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...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm.c | 3141 fill_plane_dcc_attributes(struct amdgpu_device * adev,const struct amdgpu_framebuffer * afb,const enum surface_pixel_format format,const enum dc_rotation_angle rotation,const struct plane_size * plane_size,const union dc_tiling_info * tiling_info,const uint64_t info,struct dc_plane_dcc_param * dcc,struct dc_plane_address * address) argument 3202 fill_plane_buffer_attributes(struct amdgpu_device * adev,const struct amdgpu_framebuffer * afb,const enum surface_pixel_format format,const enum dc_rotation_angle rotation,const uint64_t tiling_flags,union dc_tiling_info * tiling_info,struct plane_size * plane_size,struct dc_plane_dcc_param * dcc,struct dc_plane_address * address) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
| H A D | dc.h | 769 enum dc_rotation_angle rotation; member in struct:dc_plane_state 799 enum dc_rotation_angle rotation; member in struct:dc_plane_info
|
| H A D | dc_hw_types.h | 398 enum dc_rotation_angle rotation; member in struct:dc_cursor_mi_param
|