Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115701
b: refs/heads/master
c: 6b79d52
h: refs/heads/master
i:
  115699: b6be041
v: v3
  • Loading branch information
Dave Airlie authored and Dave Airlie committed Oct 17, 2008
1 parent 7546d65 commit b28f69c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 38eda21189b414b1520ea7aa0e71220796f7008f
refs/heads/master: 6b79d521e07aae155303a992245abb539974dbaa
5 changes: 3 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_cp.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,8 +626,6 @@ static void radeon_cp_init_ring_buffer(struct drm_device * dev,
dev_priv->ring.size_l2qw);
#endif

/* Start with assuming that writeback doesn't work */
dev_priv->writeback_works = 0;

/* Initialize the scratch register pointer. This will cause
* the scratch register values to be written out to memory
Expand Down Expand Up @@ -674,6 +672,9 @@ static void radeon_test_writeback(drm_radeon_private_t * dev_priv)
{
u32 tmp;

/* Start with assuming that writeback doesn't work */
dev_priv->writeback_works = 0;

/* Writeback doesn't seem to work everywhere, test it here and possibly
* enable it if it appears to work
*/
Expand Down

0 comments on commit b28f69c

Please sign in to comment.