/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
H A D | dcn10_hubp.c | 41 void hubp1_set_blank(struct hubp *hubp, bool blank) in hubp1_set_blank() 70 static void hubp1_disconnect(struct hubp *hubp) in hubp1_disconnect() 81 static void hubp1_disable_control(struct hubp *hubp, bool disable_hubp) in hubp1_disable_control() 90 static unsigned int hubp1_get_underflow_status(struct hubp *hubp) in hubp1_get_underflow_status() 103 void hubp1_clear_underflow(struct hubp *hubp) in hubp1_clear_underflow() 110 static void hubp1_set_hubp_blank_en(struct hubp *hubp, bool blank) in hubp1_set_hubp_blank_en() 118 void hubp1_vready_workaround(struct hubp *hubp, in hubp1_vready_workaround() 142 struct hubp *hubp, in hubp1_program_tiling() 164 struct hubp *hubp, in hubp1_program_size() 204 struct hubp *hubp, in hubp1_program_rotation() [all …]
|
H A D | dcn10_hubp.h | 30 #define TO_DCN10_HUBP(hubp)\ argument
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 47 void hubp2_set_vm_system_aperture_settings(struct hubp *hubp, in hubp2_set_vm_system_aperture_settings() 82 struct hubp *hubp, in hubp2_program_deadline() 172 void hubp2_vready_at_or_After_vsync(struct hubp *hubp, in hubp2_vready_at_or_After_vsync() 197 static void hubp2_program_requestor(struct hubp *hubp, in hubp2_program_requestor() 230 struct hubp *hubp, in hubp2_setup() 247 struct hubp *hubp, in hubp2_setup_interdependent() 329 struct hubp *hubp, in hubp2_program_size() 377 struct hubp *hubp, in hubp2_program_rotation() 409 void hubp2_clear_tiling(struct hubp *hubp) in hubp2_clear_tiling() 423 void hubp2_dcc_control(struct hubp *hubp, bool enable, in hubp2_dcc_control() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn30/ |
H A D | dcn30_hubp.c | 45 void hubp3_set_vm_system_aperture_settings(struct hubp *hubp, in hubp3_set_vm_system_aperture_settings() 69 struct hubp *hubp, in hubp3_program_surface_flip_and_addr() 337 void hubp3_clear_tiling(struct hubp *hubp) in hubp3_clear_tiling() 353 void hubp3_dcc_control(struct hubp *hubp, bool enable, in hubp3_dcc_control() 366 void hubp3_dcc_control_sienna_cichlid(struct hubp *hubp, in hubp3_dcc_control_sienna_cichlid() 381 struct hubp *hubp, in hubp3_dmdata_set_attributes() 412 struct hubp *hubp, in hubp3_program_surface_config() 431 struct hubp *hubp, in hubp3_program_deadline() 442 void hubp3_read_state(struct hubp *hubp) in hubp3_read_state() 480 struct hubp *hubp, in hubp3_setup() [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 80 struct hubp *hubp, in apply_DEDCN21_142_wa_for_hostvm_deadline() 130 struct hubp *hubp, in hubp21_program_deadline() 140 struct hubp *hubp, in hubp21_program_requestor() 172 struct hubp *hubp, in hubp21_setup() 189 struct hubp *hubp, in hubp21_set_viewport() 230 static void hubp21_set_vm_system_aperture_settings(struct hubp *hubp, in hubp21_set_vm_system_aperture_settings() 253 static void hubp21_validate_dml_output(struct hubp *hubp, in hubp21_validate_dml_output() 596 static void program_surface_flip_and_addr(struct hubp *hubp, struct surface_flip_registers *flip_re… in program_surface_flip_and_addr() 669 static void dmcub_PLAT_54186_wa(struct hubp *hubp, in dmcub_PLAT_54186_wa() 699 struct hubp *hubp, in hubp21_program_surface_flip_and_addr() [all …]
|
H A D | dcn21_hubp.h | 32 #define TO_DCN21_HUBP(hubp)\ argument
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/ |
H A D | dcn32_hubp.c | 42 void hubp32_update_force_pstate_disallow(struct hubp *hubp, bool pstate_disallow) in hubp32_update_force_pstate_disallow() 50 void hubp32_update_force_cursor_pstate_disallow(struct hubp *hubp, bool pstate_disallow) in hubp32_update_force_cursor_pstate_disallow() 59 void hubp32_update_mall_sel(struct hubp *hubp, uint32_t mall_sel, bool c_cursor) in hubp32_update_mall_sel() 68 void hubp32_prepare_subvp_buffering(struct hubp *hubp, bool enable) in hubp32_prepare_subvp_buffering() 86 void hubp32_phantom_hubp_post_enable(struct hubp *hubp) in hubp32_phantom_hubp_post_enable() 109 struct hubp *hubp, in hubp32_cursor_set_attributes() 167 void hubp32_init(struct hubp *hubp) in hubp32_init()
|
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | hubp.h | 102 struct hubp { struct 103 const struct hubp_funcs *funcs; argument 115 struct cursor_position_cache_hubp pos; argument 116 struct cursor_attribute_cache_hubp att; argument 140 struct hubp_funcs { argument
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn201/ |
H A D | dcn201_hubp.c | 43 struct hubp *hubp, in hubp201_program_surface_config() 59 struct hubp *hubp, in hubp201_program_deadline() 66 static void hubp201_program_requestor(struct hubp *hubp, in hubp201_program_requestor() 97 struct hubp *hubp, in hubp201_setup()
|
H A D | dcn201_hubp.h | 32 #define TO_DCN201_HUBP(hubp)\ argument
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_hwseq.c | 307 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw() local 380 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_plane_atomic_disconnect() local 424 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_update_mpcc() local 571 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_set_dmdata_attributes() local
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
H A D | dcn20_hwseq.c | 706 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_plane_atomic_disable() local 1678 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_update_dchubp_dpp() local 2278 struct hubp *hubp = pipe->plane_res.hubp; in dcn20_post_unlock_program_front_end() local 2607 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_dmdata_status_done() local 2647 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_set_dmdata_attributes() local 2929 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_update_mpcc() local 3094 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn20_program_dmdata_engine() local 3182 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn20_fpga_init_hw() local
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 491 static bool dc_is_rmcm_3dlut_supported(struct hubp *hubp, struct mpc *mpc) in dc_is_rmcm_3dlut_supported() 515 struct hubp *hubp, in dcn401_program_rmcm_luts() 648 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn401_populate_mcm_luts() local 857 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn401_trigger_3dlut_dma_load() local 1324 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn401_set_cursor_position() local 2544 struct hubp *hubp = pipe->plane_res.hubp; in dcn401_post_unlock_program_front_end() local 2898 struct hubp *hubp) in dcn401_plane_atomic_power_down()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 746 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes() local 774 struct hubp *hubp = dc->res_pool->hubps[i]; in dcn35_init_pipes() local 941 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn35_plane_atomic_disable() local
|
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
H A D | dcn32_resource_helpers.c | 44 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn32_helper_calculate_mall_bytes_for_cursor() local
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
H A D | dcn30_hwseq.c | 885 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn30_program_dmdata_engine() local
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc.c | 5756 struct hubp *hubp; in blank_and_force_memclk() local
|