HomeSort by: relevance | last modified time | path
    Searched refs:to_dm_crtc_state (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.c 189 crtc_state = to_dm_crtc_state(crtc->state);
299 crtc_state = to_dm_crtc_state(crtc->state);
amdgpu_dm.h 397 #define to_dm_crtc_state(x) container_of(x, struct dm_crtc_state, base) macro
amdgpu_dm.c 196 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(
219 struct dm_crtc_state *acrtc_state = to_dm_crtc_state(
343 acrtc_state = to_dm_crtc_state(amdgpu_crtc->base.state);
415 acrtc_state = to_dm_crtc_state(acrtc->base.state);
466 acrtc_state = to_dm_crtc_state(acrtc->base.state);
530 acrtc_state = to_dm_crtc_state(acrtc->base.state);
1695 dm_new_crtc_state = to_dm_crtc_state(new_crtc_state);
3503 struct dm_crtc_state *dm_crtc_state = to_dm_crtc_state(crtc_state);
4157 struct dm_crtc_state *cur = to_dm_crtc_state(state);
4191 cur = to_dm_crtc_state(crtc->state)
    [all...]
amdgpu_dm_debugfs.c 710 dm_crtc_state = to_dm_crtc_state(crtc->state);
795 acrtc_state = to_dm_crtc_state(connector->base.state->crtc->state);

Completed in 15 milliseconds