On Mon, May 11, 2015 at 7:55 PM, Tomasz Figa wrote:
> VOP can support BGR formats in all windows thanks to red/blue swap option
> provided in WINx_CTRL0 registers. This patch enables support for
> ABGR, XBGR, BGR888 and BGR565 formats by using this feature.
>
> Signed-off-by: Tomasz Figa
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150530/804c0386/attachment.html>
https://bugzilla.kernel.org/show_bug.cgi?id=60523
--- Comment #71 from Tobias Droste ---
No changes regarding this issue in 4.1-rc4
--
You are receiving this mail because:
You are watching the assignee of the bug.
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/bdaf485a/attachment.html>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/879d5cd0/attachment.html>
a. I don't believe it is a hardware
problem.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/37cce09d/attachment-0001.html>
---
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/85bad1df/attachment.html>
interesting to know if this is a common problem or not.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/5d5d2d5c/attachment.html>
On 29 May 2015 at 07:34, Joonyoung Shim wrote:
> On 05/28/2015 10:02 PM, Emil Velikov wrote:
>> On 28 May 2015 at 00:56, Joonyoung Shim wrote:
>>> The build error is introduced by commit fde496917682 ("Add device
>>> enumeration interface (v4)") if don't enable udev. Can solve as check
>>> UDEV d
On 29 May 2015 at 07:50, Joonyoung Shim wrote:
> On 05/29/2015 12:51 AM, Emil Velikov wrote:
>> Seems like I'm either too subtle and/or too stingy earlier.
>>
>> If drmAvailable() returns false, we have two options:
>> - opt for the old-schoold (dri1) and ask drm_server_info to load the
>> module
e assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/f68b14aa/attachment.html>
This reverts commit fde4969176822fe54197b6baa78f8b0ef900baba.
The commit adds an API that does not seem flexible enough to be used in
current open-source projects. Additionally it adds a hidden dependency
of libudev, which when used in mesa caused grief when combined with
Steam('s runtime).
Let's
because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/b85a5505/attachment.html>
Hi Philipp,
On 05/29/2015 02:30 AM, Philipp Zabel wrote:
> Hi Eric,
>
> Am Donnerstag, den 28.05.2015, 12:30 -0700 schrieb Eric Nelson:
>> Hi Philipp,
>>
>> On 05/28/2015 03:58 AM, Philipp Zabel wrote:
>>> Hi Gary,
>>>
>>> Am Mittwoch, den 27.05.2015, 15:31 +0200 schrieb Gary Bisson:
> Accord
On Sat, May 30, 2015 at 05:37:57PM +0200, Mikko Rapeli wrote:
> Fixes userspace compilation error:
>
> drm/exynos_drm.h:30:2: error: unknown type name âuint64_tâ
>
> Signed-off-by: Mikko Rapeli
This is another thing which we need to address. We should not be using
unsigned int/unsigned lon
Hi Pierre,
On Thu, May 28, 2015 at 10:52:56AM +0200, Pierre Moreau wrote:
> How is it supposed to work, by simply echo'ing ON or OFF to
> vga_switcheroo/switch? Then I probably forgot some stuff as
> it doesn't want to work on my laptop.
What exactly doesn't work and which version of the MacBook
this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/8866cf4c/attachment.html>
LVM_VERSION_PATCH=0
-fvisibility=hidden -I/usr/include -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O2 -pipe -march=core2 -ggdb -Wall
-std=c99 -Werror=implicit-function-declaration -Werror=missing-prototypes
-fno-strict-aliasing -fno-builtin-memcmp -c -o indices/u_indices_gen.lo
indices/u_indices_gen.c
In file included from vl/vl_decoder.c:33:0:
vl/vl_mpeg12_decoder.h:33:23: fatal error: util/list.h: No such file or
directory
#include "util/list.h"
^
compilation terminated.
distcc[19578] ERROR: compile vl/vl_decoder.c on localhost failed
Makefile:1702: recipe for target 'vl/vl_decoder.lo' failed
make[4]: *** [vl/vl_decoder.lo] Error 1
make[4]: *** Waiting for unfinished jobs
In file included from vl/vl_mpeg12_decoder.c:36:0:
vl/vl_mpeg12_decoder.h:33:23: fatal error: util/list.h: No such file or
directory
#include "util/list.h"
^
compilation terminated.
--
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20150530/27738d10/attachment-0001.html>
Hi Lukas
- Mail original -
> Hi Pierre,
>
> On Thu, May 28, 2015 at 10:52:56AM +0200, Pierre Moreau wrote:
> > How is it supposed to work, by simply echo'ing ON or OFF to
> > vga_switcheroo/switch? Then I probably forgot some stuff as
> > it doesn't want to work on my laptop.
>
> What ex
Fixes userspace compilation error:
drm/exynos_drm.h:30:2: error: unknown type name âuint64_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/exynos_drm.h | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/include/uapi/drm/exynos_drm.h b/include/uapi/drm/exynos_drm.
Fixes userspace compilation error:
error: array type has incomplete element type
struct drm_clip_rect boxes[I810_NR_SAREA_CLIPRECTS];
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/i810_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/i810_drm.h b/include/uapi/drm/
Fixes userspace compilation errors like:
error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/msm_drm.h | 76 +++---
1 file changed, 38 insertions(+), 38 deletions(-)
diff --git a/include/uapi/drm/msm_drm.h b/include/u
Fixes compiler error since list_head is not exported to userspace headers.
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/via_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/via_drm.h b/include/uapi/drm/via_drm.h
index 791531e..34ce658 100644
--- a/include/uapi/drm
Fixes userspace compiler error:
drm/radeon_drm.h:794:2: error: unknown type name âuint64_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/radeon_drm.h | 129 +-
1 file changed, 65 insertions(+), 64 deletions(-)
diff --git a/include/uapi/drm/radeon
Fixes compile error:
drm/r128_drm.h:156:23: error: array type has incomplete element type
struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS];
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/r128_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/r128_drm.h b/includ
Fixes userspace compilation errors like:
error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/vmwgfx_drm.h | 260 +-
1 file changed, 130 insertions(+), 130 deletions(-)
diff --git a/include/uapi/drm/vmwgfx_drm.h b/incl
Fixes userspace compilation errors like:
error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/qxl_drm.h | 74 +++---
1 file changed, 37 insertions(+), 37 deletions(-)
diff --git a/include/uapi/drm/qxl_drm.h b/include/u
Fixes userspace compilation error:
drm/drm_mode.h:472:2: error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/drm_mode.h | 16
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/include/uapi/drm/drm_mode.h b/include/uapi/drm/drm_mo
Fixes compiler error:
drm/sis_drm.h:68:19: error: field âobj_listâ has incomplete type
struct list_head obj_list;
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/sis_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/uapi/drm/sis_drm.h b/include/uapi/drm/sis_drm.h
index
Fixes compiler error:
drm/savage_drm.h:50:24: error: array type has incomplete element type
struct drm_tex_region texList[SAVAGE_NR_TEX_HEAPS][SAVAGE_NR_TEX_REGIONS +
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/savage_drm.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/include/ua
Fixes compiler error:
drm/via_drm.h:36:27: fatal error: via_drmclient.h: No such file or directory
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/via_drm.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/uapi/drm/via_drm.h b/include/uapi/drm/via_drm.h
index 8b05
Fixes userspace compilation error:
drm/drm.h:132:2: error: unknown type name âsize_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/drm.h | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/uapi/drm/drm.h b/include/uapi/drm/drm.h
index ff6ef62..b197650 100
Fixes userspace compilation errors like:
drm/nouveau_drm.h:41:2: error: unknown type name âuint32_tâ
Signed-off-by: Mikko Rapeli
---
include/uapi/drm/nouveau_drm.h | 86 +-
1 file changed, 44 insertions(+), 42 deletions(-)
diff --git a/include/uapi/d
33 matches
Mail list logo