Symbol: dmub_notification
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
1034
dmub_hpd_wrk->dmub_notify = kmemdup(&notify, sizeof(struct dmub_notification),
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
13447
struct dmub_notification *p_notify = adev->dm.dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
2132
adev->dm.dmub_notify = kzalloc_obj(struct dmub_notification);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
787
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
790
memcpy(adev->dm.dmub_notify, notify, sizeof(struct dmub_notification));
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
796
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
827
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
902
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
988
struct dmub_notification notify = {0};
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
126
typedef void (*dmub_notify_interrupt_callback_t)(struct amdgpu_device *adev, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
137
struct dmub_notification *dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
370
struct dmub_notification *dmub_notify;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
97
struct dmub_notification;
drivers/gpu/drm/amd/display/dc/core/dc.c
6178
struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/core/dc_stat.c
48
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify)
drivers/gpu/drm/amd/display/dc/dc.h
2801
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dc/dc.h
56
struct dmub_notification;
drivers/gpu/drm/amd/display/dc/dc_stat.h
40
void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/dmub_srv_stat.h
39
struct dmub_notification *notify);
drivers/gpu/drm/amd/display/dmub/src/dmub_srv_stat.c
47
struct dmub_notification *notify)