freedreno: fix typo in gpu version check
Opps, I should use larger fonts, I guess. Reported-by: Ilia Mirkin <imirkin@alum.mit.edu> Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
@@ -73,7 +73,7 @@ struct pipe_screen * fd_screen_create(struct fd_device *dev);
|
||||
static inline boolean
|
||||
is_a3xx_p0(struct fd_screen *screen)
|
||||
{
|
||||
return (screen->gpu_id & 0xff0000ff) == 0x0300000000;
|
||||
return (screen->gpu_id & 0xff0000ff) == 0x03000000;
|
||||
}
|
||||
|
||||
#endif /* FREEDRENO_SCREEN_H_ */
|
||||
|
||||
Reference in New Issue
Block a user