cur_en            458 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 	uint32_t cur_en = pos->enable ? 1 : 0;
cur_en            474 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 		cur_en = 0;  /* not visible beyond right edge*/
cur_en            477 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 		cur_en = 0;  /* not visible beyond left edge*/
cur_en            480 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 		cur_en = 0;  /* not visible beyond bottom edge*/
cur_en            483 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 		cur_en = 0;  /* not visible beyond top edge*/
cur_en            486 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_dpp.c 			CUR0_ENABLE, cur_en);
cur_en           1134 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 	uint32_t cur_en = pos->enable ? 1 : 0;
cur_en           1169 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		cur_en = 0;  /* not visible beyond right edge*/
cur_en           1172 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		cur_en = 0;  /* not visible beyond left edge*/
cur_en           1175 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		cur_en = 0;  /* not visible beyond bottom edge*/
cur_en           1178 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 		cur_en = 0;  /* not visible beyond top edge*/
cur_en           1180 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 	if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
cur_en           1184 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.c 			CURSOR_ENABLE, cur_en);
cur_en            951 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 	uint32_t cur_en = pos->enable ? 1 : 0;
cur_en            992 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		cur_en = 0;  /* not visible beyond right edge*/
cur_en            995 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		cur_en = 0;  /* not visible beyond left edge*/
cur_en            998 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		cur_en = 0;  /* not visible beyond bottom edge*/
cur_en           1001 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 		cur_en = 0;  /* not visible beyond top edge*/
cur_en           1003 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 	if (cur_en && REG_READ(CURSOR_SURFACE_ADDRESS) == 0)
cur_en           1007 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c 			CURSOR_ENABLE, cur_en);