cs_above          650 drivers/gpu/drm/amd/amdgpu/atom.c 	ctx->ctx->cs_above = (dst > src);
cs_above          652 drivers/gpu/drm/amd/amdgpu/atom.c 	       ctx->ctx->cs_above ? "GT" : "LE");
cs_above          718 drivers/gpu/drm/amd/amdgpu/atom.c 		execute = ctx->ctx->cs_above;
cs_above          721 drivers/gpu/drm/amd/amdgpu/atom.c 		execute = ctx->ctx->cs_above || ctx->ctx->cs_equal;
cs_above          727 drivers/gpu/drm/amd/amdgpu/atom.c 		execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal);
cs_above          730 drivers/gpu/drm/amd/amdgpu/atom.c 		execute = !ctx->ctx->cs_above;
cs_above          140 drivers/gpu/drm/amd/amdgpu/atom.h 	int cs_equal, cs_above;
cs_above          656 drivers/gpu/drm/radeon/atom.c 	ctx->ctx->cs_above = (dst > src);
cs_above          658 drivers/gpu/drm/radeon/atom.c 	       ctx->ctx->cs_above ? "GT" : "LE");
cs_above          703 drivers/gpu/drm/radeon/atom.c 		execute = ctx->ctx->cs_above;
cs_above          706 drivers/gpu/drm/radeon/atom.c 		execute = ctx->ctx->cs_above || ctx->ctx->cs_equal;
cs_above          712 drivers/gpu/drm/radeon/atom.c 		execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal);
cs_above          715 drivers/gpu/drm/radeon/atom.c 		execute = !ctx->ctx->cs_above;
cs_above          138 drivers/gpu/drm/radeon/atom.h 	int cs_equal, cs_above;