rv770.c (cdd38c5f1ce4398ec58fec95904b75824daab7b5) rv770.c (519424d776ec5e629781855a57f05aac5ef60ecb)
1/*
2 * Copyright 2008 Advanced Micro Devices, Inc.
3 * Copyright 2008 Red Hat Inc.
4 * Copyright 2009 Jerome Glisse.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation

--- 1927 unchanged lines hidden (view full) ---

1936 rv770_init_golden_registers(rdev);
1937 /* Initialize scratch registers */
1938 r600_scratch_init(rdev);
1939 /* Initialize surface registers */
1940 radeon_surface_init(rdev);
1941 /* Initialize clocks */
1942 radeon_get_clock_info(rdev->ddev);
1943 /* Fence driver */
1/*
2 * Copyright 2008 Advanced Micro Devices, Inc.
3 * Copyright 2008 Red Hat Inc.
4 * Copyright 2009 Jerome Glisse.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation

--- 1927 unchanged lines hidden (view full) ---

1936 rv770_init_golden_registers(rdev);
1937 /* Initialize scratch registers */
1938 r600_scratch_init(rdev);
1939 /* Initialize surface registers */
1940 radeon_surface_init(rdev);
1941 /* Initialize clocks */
1942 radeon_get_clock_info(rdev->ddev);
1943 /* Fence driver */
1944 r = radeon_fence_driver_init(rdev);
1945 if (r)
1946 return r;
1944 radeon_fence_driver_init(rdev);
1947 /* initialize AGP */
1948 if (rdev->flags & RADEON_IS_AGP) {
1949 r = radeon_agp_init(rdev);
1950 if (r)
1951 radeon_agp_disable(rdev);
1952 }
1953 r = rv770_mc_init(rdev);
1954 if (r)

--- 151 unchanged lines hidden ---
1945 /* initialize AGP */
1946 if (rdev->flags & RADEON_IS_AGP) {
1947 r = radeon_agp_init(rdev);
1948 if (r)
1949 radeon_agp_disable(rdev);
1950 }
1951 r = rv770_mc_init(rdev);
1952 if (r)

--- 151 unchanged lines hidden ---