Import xf86-video-i810 version 1.7.4
This commit is contained in:
parent
2408241671
commit
27718acf95
@ -22,7 +22,7 @@
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT([xf86-video-i810],
|
||||
1.7.3,
|
||||
1.7.4,
|
||||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
|
||||
xf86-video-i810)
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#define I810_MAJOR_VERSION 1
|
||||
#define I810_MINOR_VERSION 7
|
||||
#define I810_PATCHLEVEL 3
|
||||
#define I810_PATCHLEVEL 4
|
||||
|
||||
typedef struct {
|
||||
drm_handle_t regs;
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#define I830_MAJOR_VERSION 1
|
||||
#define I830_MINOR_VERSION 7
|
||||
#define I830_PATCHLEVEL 3
|
||||
#define I830_PATCHLEVEL 4
|
||||
|
||||
#define I830_REG_SIZE 0x80000
|
||||
|
||||
|
@ -7087,7 +7087,7 @@ IntelEmitInvarientState(ScrnInfoPtr pScrn)
|
||||
I830Ptr pI830 = I830PTR(pScrn);
|
||||
CARD32 ctx_addr;
|
||||
|
||||
if (pI830->noAccel)
|
||||
if (pI830->noAccel || !I830IsPrimary(pScrn))
|
||||
return;
|
||||
|
||||
ctx_addr = pI830->ContextMem.Start;
|
||||
|
Loading…
Reference in New Issue
Block a user