Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Damdgpu_dc_dmub_srv.c35 static void dc_dmub_srv_construct(struct dc_dmub_srv *dc_srv, struct dc *dc, in dc_dmub_srv_construct() argument
38 dc_srv->dmub = dmub; in dc_dmub_srv_construct()
39 dc_srv->ctx = dc->ctx; in dc_dmub_srv_construct()
44 struct dc_dmub_srv *dc_srv = in dc_dmub_srv_create() local
47 if (dc_srv == NULL) { in dc_dmub_srv_create()
52 dc_dmub_srv_construct(dc_srv, dc, dmub); in dc_dmub_srv_create()
54 return dc_srv; in dc_dmub_srv_create()