Lines Matching defs:copy
42 /* Reads the active copy of a register. */
104 * *_ACT_REQ bits are set the ASSEMBLY copy is latched into the ACTIVE copy.
109 * ASSEMBLY copy is latched into the ARM copy immediately after *_UPDATE bits
110 * are written. When the *_ACT_REQ bits are written, the ARM copy is latched
111 * into the ACTIVE copy, either immediately if the display controller is in
735 /* copy from state */
1212 struct tegra_dc_state *copy;
1214 copy = kmalloc(sizeof(*copy), GFP_KERNEL);
1215 if (!copy)
1218 __drm_atomic_helper_crtc_duplicate_state(crtc, ©->base);
1219 copy->clk = state->clk;
1220 copy->pclk = state->pclk;
1221 copy->div = state->div;
1222 copy->planes = state->planes;
1224 return ©->base;