Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_pp_smu.c42 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_display_requirements()
336 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type()
422 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
452 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
496 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
523 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
549 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
600 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
613 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
626 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_min_deep_sleep_dcfclk()
[all …]
Damdgpu_dm.c6507 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c52 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
57 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
61 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
Dcommand_table.c38 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
43 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
47 bios_cmd_table_para_revision(bp->base.ctx->driver_context, \
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/
Ddc_types.h100 void *driver_context; /* e.g. amdgpu_device */ member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/core/
Ddc.c605 dc_ctx->driver_context = init_params->driver; in dc_construct_ctx()