forked from Minki/linux
drm/gma500: Add Minnowboard to the IS_MRST() macro
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
This commit is contained in:
parent
91915260ea
commit
9d3e2f5304
@ -45,7 +45,7 @@ enum {
|
||||
};
|
||||
|
||||
#define IS_PSB(dev) (((dev)->pdev->device & 0xfffe) == 0x8108)
|
||||
#define IS_MRST(dev) (((dev)->pdev->device & 0xfffc) == 0x4100)
|
||||
#define IS_MRST(dev) (((dev)->pdev->device & 0xfff0) == 0x4100)
|
||||
#define IS_MFLD(dev) (((dev)->pdev->device & 0xfff8) == 0x0130)
|
||||
#define IS_CDV(dev) (((dev)->pdev->device & 0xfff0) == 0x0be0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user