r520.c (a2d07b7438f015a0349bc9af3c96a8164549bbc5) r520.c (90aca4d2740255bd130ea71a91530b9920c70abe)
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

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

48 }
49 return -1;
50}
51
52static void r520_gpu_init(struct radeon_device *rdev)
53{
54 unsigned pipe_select_current, gb_pipe_select, tmp;
55
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

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

48 }
49 return -1;
50}
51
52static void r520_gpu_init(struct radeon_device *rdev)
53{
54 unsigned pipe_select_current, gb_pipe_select, tmp;
55
56 r100_hdp_reset(rdev);
57 rv515_vga_render_disable(rdev);
58 /*
59 * DST_PIPE_CONFIG 0x170C
60 * GB_TILE_CONFIG 0x4018
61 * GB_FIFO_SIZE 0x4024
62 * GB_PIPE_SELECT 0x402C
63 * GB_PIPE_SELECT2 0x4124
64 * Z_PIPE_SHIFT 0

--- 242 unchanged lines hidden ---
56 rv515_vga_render_disable(rdev);
57 /*
58 * DST_PIPE_CONFIG 0x170C
59 * GB_TILE_CONFIG 0x4018
60 * GB_FIFO_SIZE 0x4024
61 * GB_PIPE_SELECT 0x402C
62 * GB_PIPE_SELECT2 0x4124
63 * Z_PIPE_SHIFT 0

--- 242 unchanged lines hidden ---