Commit 708902d2 authored by Dave Jones's avatar Dave Jones

[AGPGART] Trailing whitespace removal de jour.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
parent 966c1038
/* /*
* VIA AGPGART routines. * VIA AGPGART routines.
*/ */
#include <linux/types.h> #include <linux/types.h>
...@@ -122,7 +122,7 @@ static int via_configure_agp3(void) ...@@ -122,7 +122,7 @@ static int via_configure_agp3(void)
{ {
u32 temp; u32 temp;
struct aper_size_info_16 *current_size; struct aper_size_info_16 *current_size;
current_size = A_SIZE_16(agp_bridge->current_size); current_size = A_SIZE_16(agp_bridge->current_size);
/* address to map too */ /* address to map too */
...@@ -133,13 +133,13 @@ static int via_configure_agp3(void) ...@@ -133,13 +133,13 @@ static int via_configure_agp3(void)
pci_write_config_dword(agp_bridge->dev, VIA_AGP3_ATTBASE, pci_write_config_dword(agp_bridge->dev, VIA_AGP3_ATTBASE,
agp_bridge->gatt_bus_addr & 0xfffff000); agp_bridge->gatt_bus_addr & 0xfffff000);
/* 1. Enable GTLB in RX90<7>, all AGP aperture access needs to fetch /* 1. Enable GTLB in RX90<7>, all AGP aperture access needs to fetch
* translation table first. * translation table first.
* 2. Enable AGP aperture in RX91<0>. This bit controls the enabling of the * 2. Enable AGP aperture in RX91<0>. This bit controls the enabling of the
* graphics AGP aperture for the AGP3.0 port. * graphics AGP aperture for the AGP3.0 port.
*/ */
pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp); pci_read_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, &temp);
pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp | (3<<7)); pci_write_config_dword(agp_bridge->dev, VIA_AGP3_GARTCTRL, temp | (3<<7));
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment