Home
last modified time | relevance | path

Searched refs:dmub_notification (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.h72 struct dmub_notification;
92 … (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify);
103 struct dmub_notification *dmub_notify;
266 struct dmub_notification *dmub_notify;
Damdgpu_dm.c636 struct dmub_notification *notify) in dmub_aux_setconfig_callback()
639 memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification)); in dmub_aux_setconfig_callback()
653 struct dmub_notification *notify) in dmub_hpd_callback()
756 struct dmub_notification notify; in dm_dmub_outbox1_low_irq()
784 dmub_hpd_wrk->dmub_notify = kzalloc(sizeof(struct dmub_notification), GFP_ATOMIC); in dm_dmub_outbox1_low_irq()
792 memcpy(dmub_hpd_wrk->dmub_notify, &notify, sizeof(struct dmub_notification)); in dm_dmub_outbox1_low_irq()
1657 adev->dm.dmub_notify = kzalloc(sizeof(struct dmub_notification), GFP_KERNEL); in amdgpu_dm_init()
10149 struct dmub_notification *p_notify = adev->dm.dmub_notify; in amdgpu_dm_set_dmub_async_sync_status()
/Linux-v6.1/drivers/gpu/drm/amd/display/dmub/
Ddmub_srv_stat.h39 struct dmub_notification *notify);
Ddmub_srv.h457 struct dmub_notification { struct
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_stat.h40 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
Ddc.h48 struct dmub_notification;
1610 struct dmub_notification *notify);
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_stat.c52 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) in dc_stat_get_dmub_notification()
Ddc.c4575 struct dmub_notification *notify) in dc_process_dmub_set_config_async()
/Linux-v6.1/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_srv_stat.c47 struct dmub_notification *notify) in dmub_srv_stat_get_notification()