HomeSort by: relevance | last modified time | path
    Searched defs:dm_plane_state (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.h 367 struct dm_plane_state { struct
amdgpu_dm.c 1622 struct dm_plane_state *dm_new_plane_state;
5046 struct dm_plane_state *amdgpu_state = NULL;
5061 struct dm_plane_state *dm_plane_state, *old_dm_plane_state; local in function:dm_drm_plane_duplicate_state
5064 dm_plane_state = kzalloc(sizeof(*dm_plane_state), GFP_KERNEL);
5065 if (!dm_plane_state)
5068 __drm_atomic_helper_plane_duplicate_state(plane, &dm_plane_state->base);
5071 dm_plane_state->dc_state = old_dm_plane_state->dc_state;
5072 dc_plane_state_retain(dm_plane_state->dc_state)
5081 struct dm_plane_state *dm_plane_state = to_dm_plane_state(state); local in function:dm_drm_plane_destroy_state
5206 struct dm_plane_state *dm_plane_state; local in function:dm_plane_atomic_check
    [all...]

Completed in 17 milliseconds