On Fri, Mar 14, 2014 at 06:59:21PM +0100, Gwenole Beauchesne wrote:
> This is a follow-up to:
> http://lists.freedesktop.org/archives/mesa-dev/2014-March/055742.html
>
> Add formats meant to convey a "compute" dimension when a DRM fourcc
> format is needed for dma_buf interop (EGL, OpenCL).
>
> I
_
> > dri-devel mailing list
> > dri-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/dri-devel
> >
>
>
>
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> +41 (0) 79 365 57 48 - http://blog.ffwll.ch
>
--
Regards
Subodh
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/255888c4/attachment.html>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/61bba820/attachment.html>
2014-03-14 3:10 GMT+09:00 Tomasz Figa :
> On 13.03.2014 16:48, Inki Dae wrote:
>>
>> Hi Tomasz,
>>
>> 2014-03-13 23:05 GMT+09:00 Tomasz Figa :
>>>
>>> Hi Inki,
>>>
>>>
>>> On 13.03.2014 08:33, Inki Dae wrote:
Hi Sean,
Merged your all patch series except for dt binding patch
This is a follow-up to:
http://lists.freedesktop.org/archives/mesa-dev/2014-March/055742.html
Add formats meant to convey a "compute" dimension when a DRM fourcc
format is needed for dma_buf interop (EGL, OpenCL).
Intended FOURCC format: ('T',,,).
- : number of elements in the tuple. Range: [0..3
ignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/6caffbd4/attachment.html>
-1.fc18
@rpmfusion-free-updates
libva-utils.x86_64 1.1.1-2.fc18
@updates
Thanks in advance.
--
Regards
Subodh
-- next part --
An HTML attachment was scrubbed...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/a4d30
On Fri, Mar 14, 2014 at 1:40 PM, Subodh Chiwate
wrote:
> Hi,
>
> I am working on a system with following configuration.
>
> 1) I need help in finding if the Linux drivers support HDCP. I need HDCP
> enabled.
> 2) Any information regarding understanding graphics drivers overview in
> linux environ
Let them eat cake.
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/i915_params.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/i915_params.c
b/drivers/gpu/drm/i915/i915_params.c
index a66ffb6..5f81047 100644
--- a/drivers/gpu/drm/i915/i915_para
From: Kristian H?gsberg
The BIOS may set a native mode that doesn't quite match the preferred
mode timings. It should be ok to use however if it uses the same size,
so try to avoid a mode set in that case.
Signed-off-by: Kristian H?gsberg
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/drm_m
As of IVB, the memory controller does internal swizzling already, so we
shouldn't need to enable these. Based on an earlier fix from Kristian.
v2: preserve swizzling if BIOS had it set (Daniel)
Reported-by: Kristian H?gsberg
Signed-off-by: Jesse Barnes
---
drivers/gpu/drm/i915/i915_drv.h
Some machines may have a broken VBT or no VBT at all, but we still want
to use SSC there. So check for it and keep it enabled if we see it
already on. Based on an earlier fix from Kristian.
v2: honor modparam if set too (Daniel)
read out at init time and store for panel_use_ssc() use (Jesse)
ou mean by 'refuse to start'?
--
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/20140314/2cc8ca5a/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140314/5fec8401/attachment.html>
intel driver.
--
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/20140314/e2b5ea25/attachment-0001.html>
d...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/925a2945/attachment.pgp>
...
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20140314/48fc6398/attachment.html>
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140314/84c96bcc/attachment.html>
||
--
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/20140314/91f88ec8/attachment.html>
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/20140314/b07d5206/attachment-0001.html>
On Wed, Mar 5, 2014 at 1:15 PM, Inki Dae wrote:
> Hi,
>
> Thanks you for cleanups.
>
> 2014-03-05 14:01 GMT+09:00 Daniel Kurtz :
>> Just some clean up patches, mostly for libdrm_exynos.
>>
>> Daniel Kurtz (8):
>> eyxnos: install exynos tests if HAVE_INSTALL_TESTS
>> exynos: fix two warnings
>>
On 01/20/2014 02:31 AM, Dan Carpenter wrote:
> We can't use "dev" after we freed it on the line before.
>
> Fixes: b3f2333de8e8 ('drm: restrict the device list for shadow attached
> drivers')
> Signed-off-by: Dan Carpenter
I just ran into this same problem, and this change fixes it.
Tested-by:
On Fri, Mar 14, 2014 at 7:24 AM, Robert Kuhn wrote:
> Hi,
>
> using the code from
> https://github.com/dvdhrm/docs/blob/master/drm-howto/modeset-vsync.c
> on my beaglebone black I get sometimes this error:
>
> [ 7772.673057] tilcdc 4830e000.lcdc: failed to allocate buffer with size
> 5242880
> [ 7
lists.freedesktop.org/archives/dri-devel/attachments/20140314/aa6032a9/attachment.html>
Resolution|--- |NOTABUG
--
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/20140314/f42b885b/attachment.html>
environment variable
VDPAU_DRIVER=radeonsi. After I unset it, the crash was over.
--
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/20140314/82534fb4/attachment.html>
nts/20140314/41724f42/attachment.html>
Hi Linus,
pretty minor set of fixes for radeon, ttm and vmwgfx,
ttm ones are a regression and an oops seen on server chipsets.
Dave.
The following changes since commit fa389e220254c69ffae0d403eac4146171062d08:
Linux 3.14-rc6 (2014-03-09 19:41:57 -0700)
are available in the git repository at
Hi Tomasz,
2014-03-13 23:05 GMT+09:00 Tomasz Figa :
> Hi Inki,
>
>
> On 13.03.2014 08:33, Inki Dae wrote:
>>
>> Hi Sean,
>>
>> Merged your all patch series except for dt binding patches - it needs
>> more cleanups about ddc and phy - and I had a little change just for
>> cleanup.
>> And some more
2014-03-13 22:41 GMT+09:00 Andrzej Hajda :
> On 03/13/2014 08:08 AM, Inki Dae wrote:
>> 2014-03-12 20:16 GMT+09:00 Tomasz Figa :
>>> On 12.03.2014 11:08, Inki Dae wrote:
2014-03-07 19:00 GMT+09:00 Andrzej Hajda :
> On 03/05/2014 03:56 AM, Inki Dae wrote:
>> Hi Andrzej,
>>
>> Th
30 matches
Mail list logo