Re: [PATCH 2/2] drm/radeon: move r100_enable_bm to a more logic place

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, Jun 28, 2012 at 5:50 PM,  <alexdeucher@xxxxxxxxx> wrote:
> From: Alex Deucher <alexander.deucher@xxxxxxx>
>
> It was stuck right in the middle of the gart functions.
> Move next to the bm_disable function and where it is used.
>
> Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
Reviewed-by: Jerome Glisse <jglisse@xxxxxxxxxx>

> ---
>  drivers/gpu/drm/radeon/r100.c |   18 +++++++++---------
>  1 files changed, 9 insertions(+), 9 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
> index 3fa82e1..d06c8dd 100644
> --- a/drivers/gpu/drm/radeon/r100.c
> +++ b/drivers/gpu/drm/radeon/r100.c
> @@ -513,15 +513,6 @@ int r100_pci_gart_init(struct radeon_device *rdev)
>        return radeon_gart_table_ram_alloc(rdev);
>  }
>
> -/* required on r1xx, r2xx, r300, r(v)350, r420/r481, rs400/rs480 */
> -void r100_enable_bm(struct radeon_device *rdev)
> -{
> -       uint32_t tmp;
> -       /* Enable bus mastering */
> -       tmp = RREG32(RADEON_BUS_CNTL) & ~RADEON_BUS_MASTER_DIS;
> -       WREG32(RADEON_BUS_CNTL, tmp);
> -}
> -
>  int r100_pci_gart_enable(struct radeon_device *rdev)
>  {
>        uint32_t tmp;
> @@ -2531,6 +2522,15 @@ bool r100_gpu_is_lockup(struct radeon_device *rdev, struct radeon_ring *ring)
>        return radeon_ring_test_lockup(rdev, ring);
>  }
>
> +/* required on r1xx, r2xx, r300, r(v)350, r420/r481, rs400/rs480 */
> +void r100_enable_bm(struct radeon_device *rdev)
> +{
> +       uint32_t tmp;
> +       /* Enable bus mastering */
> +       tmp = RREG32(RADEON_BUS_CNTL) & ~RADEON_BUS_MASTER_DIS;
> +       WREG32(RADEON_BUS_CNTL, tmp);
> +}
> +
>  void r100_bm_disable(struct radeon_device *rdev)
>  {
>        u32 tmp;
> --
> 1.7.7.5
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@xxxxxxxxxxxxxxxxxxxxx
> http://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel



[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux