Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138949
b: refs/heads/master
c: b266503
h: refs/heads/master
i:
  138947: 4bbcd9d
v: v3
  • Loading branch information
David Miller authored and Dave Airlie committed Mar 13, 2009
1 parent 936df2b commit 8a64ced
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b07fa022ecf1e04fd0623877affe9e10bf45ac86
refs/heads/master: b266503072f824a82d585a6d41ebd591a2d7daa4
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/radeon/radeon_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ struct radeon_virt_surface {
struct drm_file *file_priv;
};

#define RADEON_FLUSH_EMITED (1 < 0)
#define RADEON_PURGE_EMITED (1 < 1)
#define RADEON_FLUSH_EMITED (1 << 0)
#define RADEON_PURGE_EMITED (1 << 1)

struct drm_radeon_master_private {
drm_local_map_t *sarea;
Expand Down

0 comments on commit 8a64ced

Please sign in to comment.