drm/radeon: use true,false for bool variable in si.c
[linux-2.6-block.git] / drivers / gpu / drm / radeon / si.c
index 8788a05645820d0662dfd866747a43cf0353f78d..93dcab548a835abb604c5ba0068ea3c4c7e02d75 100644 (file)
@@ -6472,7 +6472,7 @@ static void si_uvd_init(struct radeon_device *rdev)
                 * there. So it is pointless to try to go through that code
                 * hence why we disable uvd here.
                 */
-               rdev->has_uvd = 0;
+               rdev->has_uvd = false;
                return;
        }
        rdev->ring[R600_RING_TYPE_UVD_INDEX].ring_obj = NULL;
@@ -6539,7 +6539,7 @@ static void si_vce_init(struct radeon_device *rdev)
                 * there. So it is pointless to try to go through that code
                 * hence why we disable vce here.
                 */
-               rdev->has_vce = 0;
+               rdev->has_vce = false;
                return;
        }
        rdev->ring[TN_RING_TYPE_VCE1_INDEX].ring_obj = NULL;