Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml2/dml21/
A Ddml21_utils.c394 struct dc_stream_status *phantom_status; in dml21_build_fams2_programming() local
463 phantom_status = dml_ctx->config.callbacks.get_stream_status(context, phantom_stream); in dml21_build_fams2_programming()
466 ASSERT(phantom_status); in dml21_build_fams2_programming()
467 if (!phantom_status) in dml21_build_fams2_programming()
473 … static_sub_state->stream_v1.sub_state.subvp.phantom_otg_inst = phantom_status->primary_otg_inst; in dml21_build_fams2_programming()
476 for (j = 0; j < phantom_status->plane_count; j++) { in dml21_build_fams2_programming()
480 context->res_ctx.pipe_ctx[k].plane_state == phantom_status->plane_states[j]) { in dml21_build_fams2_programming()
/drivers/misc/
A Dphantom.c65 static int phantom_status(struct phantom_device *dev, unsigned long newstat) in phantom_status() function
109 phantom_status(dev, dev->status | PHB_RUNNING)){ in phantom_ioctl()
127 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_ioctl()
250 phantom_status(dev, dev->status & ~PHB_RUNNING); in phantom_release()

Completed in 5 milliseconds