Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 228495
b: refs/heads/master
c: 2f062fd
h: refs/heads/master
i:
  228493: 43978d8
  228491: 42905b3
  228487: eaab615
  228479: 2c5fb0a
v: v3
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Nov 22, 2010
1 parent f730929 commit 7bb49ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 603a9da37b83c2b4cc4495ecab7916f45cf5837e
refs/heads/master: 2f062fda4f83932b87b3b6c903eeade43422245a
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/radeon/radeon.h
Original file line number Diff line number Diff line change
Expand Up @@ -1269,6 +1269,7 @@ void r100_pll_errata_after_index(struct radeon_device *rdev);
#define ASIC_IS_DCE3(rdev) ((rdev->family >= CHIP_RV620))
#define ASIC_IS_DCE32(rdev) ((rdev->family >= CHIP_RV730))
#define ASIC_IS_DCE4(rdev) ((rdev->family >= CHIP_CEDAR))
#define ASIC_IS_DCE41(rdev) ((rdev->family >= CHIP_PALM))

/*
* BIOS helpers.
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/gpu/drm/radeon/radeon_family.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ enum radeon_family {
CHIP_JUNIPER,
CHIP_CYPRESS,
CHIP_HEMLOCK,
CHIP_PALM,
CHIP_LAST,
};

Expand Down

0 comments on commit 7bb49ce

Please sign in to comment.