[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Comment # 88 on bug 60879 from
Is this patch supposed to apply cleanly against mesa 10.1.5? I'm getting the
following build error:


In file included from ../../../../src/gallium/auxiliary/util/u_inlines.h:41:0,
                 from
../../../../src/gallium/auxiliary/pipebuffer/pb_buffer.h:49,
                 from ../../winsys/radeon/drm/radeon_winsys.h:43,
                 from si_pm4.h:30,
                 from si_state.h:30,
                 from si_pipe.h:29,
                 from si_state.c:27:
si_state.c: In function 'si_init_config':
si_state.c:3291:49: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                                 ^
../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                           ^
si_state.c:3291:49: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned sh_per_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                                 ^
../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                                     ^
si_state.c:3292:46: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                              ^
../../../../src/gallium/auxiliary/util/u_math.h:767:27: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )
                           ^
si_state.c:3292:46: error: 'struct radeon_info' has no member named
'max_sh_per_se'
   unsigned num_se = MAX2(sctx->screen->b.info.max_sh_per_se, 1);
                                              ^
../../../../src/gallium/auxiliary/util/u_math.h:767:37: note: in definition of
macro 'MAX2'
 #define MAX2( A, B )   ( (A)>(B) ? (A) : (B) )


You are receiving this mail because:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux