mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
drm/amd/display: Rename dc validate_context and current_context
Rename all the dc validate_context to dc_state and dc current_context to current_state. Signed-off-by: Jerry Zuo <Jerry.Zuo@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -209,7 +209,7 @@ struct dm_crtc_state {
|
||||
struct dm_atomic_state {
|
||||
struct drm_atomic_state base;
|
||||
|
||||
struct validate_context *context;
|
||||
struct dc_state *context;
|
||||
};
|
||||
|
||||
#define to_dm_atomic_state(x) container_of(x, struct dm_atomic_state, base)
|
||||
|
||||
Reference in New Issue
Block a user