Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c2139 struct cdns_mhdp_bridge_state *cdns_mhdp_state; in cdns_mhdp_bridge_atomic_destroy_state() local
2141 cdns_mhdp_state = to_cdns_mhdp_bridge_state(state); in cdns_mhdp_bridge_atomic_destroy_state()
2143 if (cdns_mhdp_state->current_mode) { in cdns_mhdp_bridge_atomic_destroy_state()
2144 drm_mode_destroy(bridge->dev, cdns_mhdp_state->current_mode); in cdns_mhdp_bridge_atomic_destroy_state()
2145 cdns_mhdp_state->current_mode = NULL; in cdns_mhdp_bridge_atomic_destroy_state()
2148 kfree(cdns_mhdp_state); in cdns_mhdp_bridge_atomic_destroy_state()
2154 struct cdns_mhdp_bridge_state *cdns_mhdp_state; in cdns_mhdp_bridge_atomic_reset() local
2156 cdns_mhdp_state = kzalloc(sizeof(*cdns_mhdp_state), GFP_KERNEL); in cdns_mhdp_bridge_atomic_reset()
2157 if (!cdns_mhdp_state) in cdns_mhdp_bridge_atomic_reset()
2160 __drm_atomic_helper_bridge_reset(bridge, &cdns_mhdp_state->base); in cdns_mhdp_bridge_atomic_reset()
[all …]