All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base
@ 2013-03-19 13:55 Gary Thomas
  0 siblings, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2013-03-19 13:55 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2885 bytes --]

mibstore functions are no longer supported.  This patch
removes them from this driver, following the pattern in
   http://patches.openembedded.org/patch/46133/

This checkin shows when/where the changes to the X server were made
that deleted the header mibstore.h and mentions the reasons.
   http://lists.x.org/archives/xorg-devel/2012-September/033575.html


Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
  .../xf86-dri-vivante/remove-mibstore.patch         |   24 ++++++++++++++++++++
  .../xorg-driver/xf86-dri-vivante_12.09.01.bb       |    4 +++-
  2 files changed, 27 insertions(+), 1 deletion(-)
  create mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch

diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
new file mode 100644
index 0000000..1c48563
--- /dev/null
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
@@ -0,0 +1,24 @@
+Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
+===================================================================
+--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_util/vivante_common.h
++++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
+@@ -48,7 +48,6 @@ extern "C" {
+ + + #include "mipointer.h"
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "mipointrst.h"
+ #include "inputstr.h"
+Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
+===================================================================
+--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_fbdev/vivante_fbdev_driver.c
++++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
+@@ -746,7 +746,6 @@ VivScreenInit(SCREEN_INIT_ARGS_DECL) {
+ + +     xf86SetBlackWhitePixels(pScreen);
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+ +     pScrn->vtSema = TRUE;
diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
index acc5479..9f63fb8 100644
--- a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
@@ -6,7 +6,9 @@ SECTION = "x11/base"
  DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante"
  LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=79a9064e49ae41adca4827cd2281a014"
  -SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true"
+SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true \
+           file://remove-mibstore.patch \
+"
  SRC_URI[md5sum] = "8c90045cd5f4dba81095856634ba5136"
  SRC_URI[sha256sum] = "c844dc180e43901359bbdb4f797ab178b3821fbf63bdee9577e5a0afe5d7f6ad"
  -- 1.7.9.5

[-- Attachment #2: Attached Message Part --]
[-- Type: text/plain, Size: 0 bytes --]



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base
@ 2013-03-19 13:58 Gary Thomas
  2013-03-20 21:28 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Gary Thomas @ 2013-03-19 13:58 UTC (permalink / raw)
  To: meta-freescale

mibstore functions are no longer supported.  This patch
removes them from this driver, following the pattern in
    http://patches.openembedded.org/patch/46133/

This checkin shows when/where the changes to the X server were made
that deleted the header mibstore.h and mentions the reasons.
    http://lists.x.org/archives/xorg-devel/2012-September/033575.html


Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
   .../xf86-dri-vivante/remove-mibstore.patch         |   24 ++++++++++++++++++++
   .../xorg-driver/xf86-dri-vivante_12.09.01.bb       |    4 +++-
   2 files changed, 27 insertions(+), 1 deletion(-)
   create mode 100644 recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch

diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
new file mode 100644
index 0000000..1c48563
--- /dev/null
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante/remove-mibstore.patch
@@ -0,0 +1,24 @@
+Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
+===================================================================
+--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_util/vivante_common.h
++++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_util/vivante_common.h
+@@ -48,7 +48,6 @@ extern "C" {
+ + + #include "mipointer.h"
+-#include "mibstore.h"
+ #include "micmap.h"
+ #include "mipointrst.h"
+ #include "inputstr.h"
+Index: xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
+===================================================================
+--- xserver-xorg-video-imx-viv-12.09.01.orig/src/vivante_fbdev/vivante_fbdev_driver.c
++++ xserver-xorg-video-imx-viv-12.09.01/src/vivante_fbdev/vivante_fbdev_driver.c
+@@ -746,7 +746,6 @@ VivScreenInit(SCREEN_INIT_ARGS_DECL) {
+ + +     xf86SetBlackWhitePixels(pScreen);
+-    miInitializeBackingStore(pScreen);
+     xf86SetBackingStore(pScreen);
+ +     pScrn->vtSema = TRUE;
diff --git a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
index acc5479..9f63fb8 100644
--- a/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
+++ b/recipes-graphics/xorg-driver/xf86-dri-vivante_12.09.01.bb
@@ -6,7 +6,9 @@ SECTION = "x11/base"
   DEPENDS = "virtual/libx11 util-macros xf86-video-imxfb-vivante"
   LIC_FILES_CHKSUM = "file://src/dri.h;enline=27;md5=79a9064e49ae41adca4827cd2281a014"
   -SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true"
+SRC_URI = "${FSL_MIRROR}/dri-xorg-graphic-imx-viv-${PV}.bin;fsl-eula=true \
+           file://remove-mibstore.patch \
+"
   SRC_URI[md5sum] = "8c90045cd5f4dba81095856634ba5136"
   SRC_URI[sha256sum] = "c844dc180e43901359bbdb4f797ab178b3821fbf63bdee9577e5a0afe5d7f6ad"
   -- 1.7.9.5



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base
  2013-03-19 13:58 Gary Thomas
@ 2013-03-20 21:28 ` Otavio Salvador
  2013-03-22 13:54   ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2013-03-20 21:28 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org

On Tue, Mar 19, 2013 at 10:58 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
> mibstore functions are no longer supported.  This patch
> removes them from this driver, following the pattern in
>    http://patches.openembedded.org/patch/46133/
>
> This checkin shows when/where the changes to the X server were made
> that deleted the header mibstore.h and mentions the reasons.
>    http://lists.x.org/archives/xorg-devel/2012-September/033575.html
>
>
> Signed-off-by: Gary Thomas <gary@mlbassoc.com>

Please update the included patch file to include a patch description
and the upstream-status field.

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base
  2013-03-20 21:28 ` Otavio Salvador
@ 2013-03-22 13:54   ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-03-22 13:54 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-freescale@yoctoproject.org

On Wed, Mar 20, 2013 at 6:28 PM, Otavio Salvador
<otavio@ossystems.com.br> wrote:
> On Tue, Mar 19, 2013 at 10:58 AM, Gary Thomas <samoht.yrag@gmail.com> wrote:
>> mibstore functions are no longer supported.  This patch
>> removes them from this driver, following the pattern in
>>    http://patches.openembedded.org/patch/46133/
>>
>> This checkin shows when/where the changes to the X server were made
>> that deleted the header mibstore.h and mentions the reasons.
>>    http://lists.x.org/archives/xorg-devel/2012-September/033575.html
>>
>>
>> Signed-off-by: Gary Thomas <gary@mlbassoc.com>
>
> Please update the included patch file to include a patch description
> and the upstream-status field.

Could you please update it so I can to push it?

--
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-03-22 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 13:55 [meta-fsl-arm][PATCH v2] xf86-dri-vivante: Fix build with latest X server base Gary Thomas
  -- strict thread matches above, loose matches on Subject: below --
2013-03-19 13:58 Gary Thomas
2013-03-20 21:28 ` Otavio Salvador
2013-03-22 13:54   ` Otavio Salvador

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.