new_coherent_mode 475 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c bool new_coherent_mode; new_coherent_mode 488 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c new_coherent_mode = val ? true : false; new_coherent_mode 489 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c if (dig->coherent_mode != new_coherent_mode) { new_coherent_mode 490 drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c dig->coherent_mode = new_coherent_mode; new_coherent_mode 561 drivers/gpu/drm/radeon/radeon_connectors.c bool new_coherent_mode; new_coherent_mode 574 drivers/gpu/drm/radeon/radeon_connectors.c new_coherent_mode = val ? true : false; new_coherent_mode 575 drivers/gpu/drm/radeon/radeon_connectors.c if (dig->coherent_mode != new_coherent_mode) { new_coherent_mode 576 drivers/gpu/drm/radeon/radeon_connectors.c dig->coherent_mode = new_coherent_mode;