Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c302 struct kref temp_refcount; in dc_plane_copy_config() local
305 memcpy(&temp_refcount, &dst->refcount, sizeof(struct kref)); in dc_plane_copy_config()
311 memcpy(&dst->refcount, &temp_refcount, sizeof(struct kref)); in dc_plane_copy_config()
H A Ddc.c3407 struct kref temp_refcount = stream->refcount; in restore_planes_and_stream_state() local
3409 stream->refcount = temp_refcount; in restore_planes_and_stream_state()