Home
last modified time | relevance | path

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

/Linux-v5.4/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()
421 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_latency()
451 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_clock_levels_by_type_with_voltage()
495 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_apply_clock_for_voltage_request()
522 struct amdgpu_device *adev = ctx->driver_context; in dm_pp_get_static_clocks()
546 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_wm_ranges()
601 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_pme_wa_enable()
614 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_active_display_count()
627 struct amdgpu_device *adev = ctx->driver_context; in pp_rv_set_min_deep_sleep_dcfclk()
[all …]
Damdgpu_dm.c5138 struct amdgpu_device *adev = ddc_service->ctx->driver_context; in create_i2c()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/
Dcommand_table2.c50 …(amdgpu_atom_execute_table(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.atom_…
55 …amdgpu_atom_parse_cmd_header(((struct amdgpu_device *)bp->base.ctx->driver_context)->mode_info.ato…
59 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.4/drivers/gpu/drm/amd/display/dc/
Ddc_types.h86 void *driver_context; /* e.g. amdgpu_device */ member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc.c634 dc_ctx->driver_context = init_params->driver; in construct()