validate_plane   2778 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 	if (dc->res_pool->funcs->validate_plane)
validate_plane   2779 drivers/gpu/drm/amd/display/dc/core/dc_resource.c 		return dc->res_pool->funcs->validate_plane(plane_state, &dc->caps);
validate_plane    901 drivers/gpu/drm/amd/display/dc/dce100/dce100_resource.c 	.validate_plane = dce100_validate_plane,
validate_plane   1160 drivers/gpu/drm/amd/display/dc/dce110/dce110_resource.c 	.validate_plane = dce110_validate_plane,
validate_plane    979 drivers/gpu/drm/amd/display/dc/dce112/dce112_resource.c 	.validate_plane = dce100_validate_plane,
validate_plane    838 drivers/gpu/drm/amd/display/dc/dce120/dce120_resource.c 	.validate_plane = dce100_validate_plane,
validate_plane    867 drivers/gpu/drm/amd/display/dc/dce80/dce80_resource.c 	.validate_plane = dce100_validate_plane,
validate_plane   1256 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_resource.c 	.validate_plane = dcn10_validate_plane,
validate_plane    118 drivers/gpu/drm/amd/display/dc/inc/core_types.h 	enum dc_status (*validate_plane)(const struct dc_plane_state *plane_state, struct dc_caps *caps);