Searched refs:atomic_reset (Results 1 – 25 of 54) sorted by relevance
123
| /linux/drivers/gpu/drm/msm/dp/ |
| H A D | dp_drm.c | 107 .atomic_reset = drm_atomic_helper_bridge_reset, 291 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/drivers/gpu/drm/bridge/ |
| H A D | ti-tdp158.c | 63 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | lvds-codec.c | 107 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | tc358762.c | 229 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | fsl-ldb.c | 288 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | ti-dlpc3433.c | 257 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | panel.c | 216 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | display-connector.c | 186 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | ti-tfp410.c | 248 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | lontium-lt9211.c | 622 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | parade-ps8640.c | 559 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | ssd2825.c | 683 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | tc358775.c | 601 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_encoder.c | 79 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | tidss_oldi.c | 338 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/include/drm/ |
| H A D | drm_bridge.h | 531 struct drm_bridge_state *(*atomic_reset)(struct drm_bridge *bridge); member 1365 if (!bridge->funcs || !bridge->funcs->atomic_reset) in drm_bridge_get_current_state()
|
| /linux/drivers/gpu/drm/imx/ipuv3/ |
| H A D | parallel-display.c | 174 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_bridge.c | 470 return bridge->funcs->atomic_reset != NULL; in drm_bridge_is_atomic() 543 state = bridge->funcs->atomic_reset(bridge); in drm_bridge_attach()
|
| /linux/drivers/gpu/drm/bridge/imx/ |
| H A D | imx8qxp-pixel-link.c | 233 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | imx8qxp-pixel-combiner.c | 254 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | imx8qxp-pxl2dpi.c | 213 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | imx8qm-ldb.c | 392 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| H A D | imx8qxp-ldb.c | 407 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/drivers/gpu/drm/tests/ |
| H A D | drm_bridge_test.c | 95 .atomic_reset = drm_atomic_helper_bridge_reset,
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_lvds.c | 122 .atomic_reset = drm_atomic_helper_bridge_reset,
|
123