Loading drivers/gpu/drm/radeon/r600_blit.c +1 −1 Original line number Diff line number Diff line Loading @@ -737,7 +737,7 @@ r600_blit_copy(struct drm_device *dev, /* dst */ set_render_target(dev_priv, COLOR_8_8_8_8, dst_x + cur_size, h, (dst_x + cur_size) / 4, h, dst_gpu_addr); /* scissors */ Loading drivers/gpu/drm/radeon/r600_blit_kms.c +1 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,7 @@ void r600_kms_blit_copy(struct radeon_device *rdev, /* dst 23 */ set_render_target(rdev, COLOR_8_8_8_8, dst_x + cur_size, h, (dst_x + cur_size) / 4, h, dst_gpu_addr); /* scissors 12 */ Loading Loading
drivers/gpu/drm/radeon/r600_blit.c +1 −1 Original line number Diff line number Diff line Loading @@ -737,7 +737,7 @@ r600_blit_copy(struct drm_device *dev, /* dst */ set_render_target(dev_priv, COLOR_8_8_8_8, dst_x + cur_size, h, (dst_x + cur_size) / 4, h, dst_gpu_addr); /* scissors */ Loading
drivers/gpu/drm/radeon/r600_blit_kms.c +1 −1 Original line number Diff line number Diff line Loading @@ -774,7 +774,7 @@ void r600_kms_blit_copy(struct radeon_device *rdev, /* dst 23 */ set_render_target(rdev, COLOR_8_8_8_8, dst_x + cur_size, h, (dst_x + cur_size) / 4, h, dst_gpu_addr); /* scissors 12 */ Loading