Home
last modified time | relevance | path

Searched defs:rotation (Results 1 – 25 of 36) sorted by relevance

12

/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dskl_universal_plane.c326 unsigned int rotation) in skl_plane_max_width() argument
365 unsigned int rotation) in glk_plane_max_width() argument
393 unsigned int rotation) in icl_plane_min_width() argument
433 unsigned int rotation) in icl_hdr_plane_max_width() argument
443 unsigned int rotation) in icl_sdr_plane_max_width() argument
450 unsigned int rotation) in skl_plane_max_height() argument
457 unsigned int rotation) in icl_plane_max_height() argument
465 unsigned int rotation) in skl_plane_max_stride() argument
591 int color_plane, unsigned int rotation) in skl_plane_stride_mult() argument
609 unsigned int rotation = plane_state->hw.rotation; skl_plane_stride() local
904 unsigned int rotation = plane_state->hw.rotation; skl_plane_ctl() local
1349 unsigned int rotation = plane_state->hw.rotation; skl_plane_check_fb() local
1461 unsigned int rotation = plane_state->hw.rotation; skl_plane_check_nv12_rotation() local
1495 intel_plane_min_width(struct intel_plane * plane,const struct drm_framebuffer * fb,int color_plane,unsigned int rotation) intel_plane_min_width() argument
1506 intel_plane_max_width(struct intel_plane * plane,const struct drm_framebuffer * fb,int color_plane,unsigned int rotation) intel_plane_max_width() argument
1517 intel_plane_max_height(struct intel_plane * plane,const struct drm_framebuffer * fb,int color_plane,unsigned int rotation) intel_plane_max_height() argument
1627 const unsigned int rotation = plane_state->hw.rotation; skl_check_main_surface() local
1698 unsigned int rotation = plane_state->hw.rotation; skl_check_nv12_aux_surface() local
[all...]
H A Di9xx_plane.c157 unsigned int rotation = plane_state->hw.rotation; in i9xx_plane_ctl() local
292 unsigned int rotation = plane_state->hw.rotation; in i9xx_check_plane_surface() local
698 unsigned int rotation) in hsw_primary_max_stride() argument
710 unsigned int rotation) in ilk_primary_max_stride() argument
725 i965_plane_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) i965_plane_max_stride() argument
740 i9xx_plane_max_stride(struct intel_plane * plane,u32 pixel_format,u64 modifier,unsigned int rotation) i9xx_plane_max_stride() argument
[all...]
H A Dintel_fb.c953 unsigned int rotation, in intel_adjust_aligned_offset()
1021 unsigned int rotation, in intel_compute_aligned_offset()
1078 unsigned int rotation = state->hw.rotation; in intel_plane_compute_aligned_offset() local
1237 …atic int intel_fb_pitch(const struct intel_framebuffer *fb, int color_plane, unsigned int rotation) in intel_fb_pitch()
1251 unsigned int rotation = plane_state->hw.rotation; in intel_plane_needs_remap() local
1685 unsigned int rotation = plane_state->hw.rotation; in intel_plane_remap_gtt() local
1742 void intel_fb_fill_view(const struct intel_framebuffer *fb, unsigned int rotation, in intel_fb_fill_view()
1822 unsigned int rotation = plane_state->hw.rotation; in intel_plane_check_stride() local
1854 unsigned int rotation = plane_state->hw.rotation; in intel_plane_compute_gtt() local
H A Dintel_sprite.c264 unsigned int rotation = plane_state->hw.rotation; in vlv_sprite_ctl() local
652 unsigned int rotation = plane_state->hw.rotation; in ivb_sprite_ctl() local
937 unsigned int rotation) in g4x_sprite_max_stride()
952 unsigned int rotation) in hsw_sprite_max_stride()
980 unsigned int rotation = plane_state->hw.rotation; in g4x_sprite_ctl() local
1340 unsigned int rotation = plane_state->hw.rotation; in chv_plane_check_rotation() local
H A Dintel_cursor.c83 unsigned int rotation = plane_state->hw.rotation; in intel_cursor_check_surface() local
178 unsigned int rotation) in i845_cursor_max_stride()
328 unsigned int rotation) in i9xx_cursor_max_stride()
H A Dintel_bios.h131 u32 rotation:2; member
H A Dintel_atomic_plane.c907 unsigned int rotation = plane_state->hw.rotation; in intel_atomic_plane_check_clipping() local
H A Dintel_display_debugfs.c335 static void plane_rotation(char *buf, size_t bufsize, unsigned int rotation) in plane_rotation()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce/
H A Ddce_mem_input.c122 static bool is_vert_scan(enum dc_rotation_angle rotation) in is_vert_scan()
137 enum dc_rotation_angle rotation) in dce_mi_program_pte_vm()
487 enum dc_rotation_angle rotation, in program_size_and_rotation()
529 enum dc_rotation_angle rotation, /* not used in DCE6 */ in dce60_program_size()
635 enum dc_rotation_angle rotation, in dce_mi_program_surface_config()
656 enum dc_rotation_angle rotation, /* not used in DCE6 */ in dce60_mi_program_surface_config()
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_rect.c255 unsigned int rotation) in drm_rect_rotate()
329 unsigned int rotation) in drm_rect_rotate_inv()
H A Ddrm_blend.c273 unsigned int rotation, in drm_plane_create_rotation_property()
325 unsigned int drm_rotation_simplify(unsigned int rotation, in drm_rotation_simplify()
H A Ddrm_panel.c352 int rotation, ret; in of_drm_get_panel_orientation() local
H A Ddrm_plane_helper.c99 unsigned int rotation, in drm_plane_helper_check_update()
H A Ddrm_client_modeset.c918 drm_client_rotation(struct drm_mode_set * modeset,unsigned int * rotation) drm_client_rotation() argument
1033 unsigned int rotation; drm_client_modeset_commit_atomic() local
[all...]
H A Ddrm_fb_helper.c1847 unsigned int rotation, sw_rotations = 0; drm_setup_crtcs_fb() local
/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_blend.h38 static inline bool drm_rotation_90_or_270(unsigned int rotation) in drm_rotation_90_or_270()
H A Ddrm_plane.h140 unsigned int rotation; member
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_mem_input_v.c232 enum dc_rotation_angle rotation, in program_size_and_rotation()
569 enum dc_rotation_angle rotation) in dce_mem_input_v_program_pte_vm()
643 enum dc_rotation_angle rotation, in dce_mem_input_v_program_surface_config()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_hubp.c47 enum dc_rotation_angle rotation, in hubp201_program_surface_config()
/openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_plane.c263 validate_dcc(struct amdgpu_device * adev,const enum surface_pixel_format format,const enum dc_rotation_angle rotation,const union dc_tiling_info * tiling_info,const struct dc_plane_dcc_param * dcc,const struct dc_plane_address * address,const struct plane_size * plane_size) validate_dcc() argument
309 fill_gfx9_plane_attributes_from_modifiers(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,union dc_tiling_info * tiling_info,struct dc_plane_dcc_param * dcc,struct dc_plane_address * address,const bool force_disable_dcc) fill_gfx9_plane_attributes_from_modifiers() argument
756 amdgpu_dm_plane_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,bool tmz_surface,bool force_disable_dcc) amdgpu_dm_plane_fill_plane_buffer_attributes() argument
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c376 enum dc_rotation_angle rotation, in hubp2_program_rotation()
539 enum dc_rotation_angle rotation, in hubp2_program_surface_config()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn30/
H A Ddcn30_hubp.c400 enum dc_rotation_angle rotation, in hubp3_program_surface_config()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c205 enum dc_rotation_angle rotation, in hubp1_program_rotation()
540 enum dc_rotation_angle rotation, in hubp1_program_surface_config()
/openbsd-src/sys/dev/pci/drm/amd/display/modules/inc/
H A Dmod_shared.h103 enum lut3d_control_rotation_mode rotation; member
/openbsd-src/sys/scsi/
H A Dcd.h177 u_int8_t rotation; member

12