[PATCH 4/4] drm/exynos/mixer: add support for NV21

2014-05-04 Thread Daniel Kurtz
AFAICT, the only difference between NV12 and NV21 is Cr:Cb vs Cb:Cr. Since the video processor can handle either order, it should be able to handle both formats. Signed-off-by: Daniel Kurtz --- drivers/gpu/drm/exynos/exynos_drm_plane.c | 1 + drivers/gpu/drm/exynos/exynos_mixer.c | 12 +

[PATCH 3/4] drm/exynos/mixer: planes are not disabled by setting dma_addr to zero

2014-05-04 Thread Daniel Kurtz
Planes are disabled by calling the win_mode_disable() callback, not by calling win_mode_commit()[->vp_video_buffer] with dma_addr set to zero. Thus, the comment in the pixel_format switch default clause is obsolete, we should always check if the pixel_format is supported, and therefore, since the

[PATCH 2/4] drm/exynos/mixer: use MXR_GRP_SXY_SY

2014-05-04 Thread Daniel Kurtz
Mixer hardware supports offsetting dma from start of source buffer using the MXR_GRP_SXY register. Signed-off-by: Daniel Kurtz --- drivers/gpu/drm/exynos/exynos_mixer.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c b/drivers/gp

[PATCH 1/4] drm/exynos/mixer: move format definitions to regs-mixer

2014-05-04 Thread Daniel Kurtz
These constants directly define register values, so move them to the register definition header. Also, the logic used for setting fmt from bpp is either/or, so just use if/else. ** No functional change Signed-off-by: Daniel Kurtz --- drivers/gpu/drm/exynos/exynos_mixer.c | 19 -

[PATCH 0/4] drm/exynos/mixer: small cleanups

2014-05-04 Thread Daniel Kurtz
I don't actually have a way of testing the video processor changes, but they seem correct from looking at the code. Hopefully someone has a way of testing them. Daniel Kurtz (4): drm/exynos/mixer: move format definitions to regs-mixer drm/exynos/mixer: use MXR_GRP_SXY_SY drm/exynos/mixer: p

[Bug 73911] Color Banding on radeon

2014-05-04 Thread bugzilla-dae...@freedesktop.org
- 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/20140504/1e5744be/attachment.html>

[Bug 73911] Color Banding on radeon

2014-05-04 Thread bugzilla-dae...@freedesktop.org
this out, catalyst isn't really an acceptable alternative. -- 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/20140504/b2f39171/attachment.html>

[Bug 73911] Color Banding on radeon

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/a6dd3794/attachment.html>

[Bug 78264] New: the game, the swapper, does crash while initing

2014-05-04 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/dadaf40b/attachment.html>

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 newgarry at mail.ru changed: What|Removed |Added Attachment #135131|text/x-log |text/plain mime type|

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 --- Comment #9 from newgarry at mail.ru --- Created attachment 135131 --> https://bugzilla.kernel.org/attachment.cgi?id=135131&action=edit kernel log Kernel log includes suspend-resume info and error messages. -- You are receiving this mail be

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 newgarry at mail.ru changed: What|Removed |Added CC||newgarry at mail.ru --- Comment #8 f

[Bug 78262] New: [trine2] rendering is wrong

2014-05-04 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/65afea81/attachment.html>

[Bug 73320] [radeonsi] LLVM runs out of registers during register allocation in Painkiller Hell & Damnation

2014-05-04 Thread bugzilla-dae...@freedesktop.org
with mesa/llvm development and just don't know what's wrong... -- 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/20140504/293eb7c4/attachment.html>

[Bug 32319] Display fades to white screen instead of blanking out in DPMS mode on a Sony Vaio VPCEC3L1E

2014-05-04 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20140504/ded533b4/attachment.html>

[Intel-gfx] [PATCH v2] drm/i915: restore backlight precision when converting from opregion

2014-05-04 Thread Aaron Lu
On 05/04/2014 03:22 PM, Chris Wilson wrote: > On Sun, May 04, 2014 at 03:16:05PM +0800, Aaron Lu wrote: >> On 04/28/2014 09:41 PM, Daniel Vetter wrote: >>> 64bit divisions won't compile on 32bit. You need one of the DO_DIV macros, >>> or whatever they're called again. I pain, I know ;-) >> >> Thank

[PATCH v2] drm/i915: restore backlight precision when converting from opregion

2014-05-04 Thread Aaron Lu
On 04/28/2014 09:41 PM, Daniel Vetter wrote: > 64bit divisions won't compile on 32bit. You need one of the DO_DIV macros, > or whatever they're called again. I pain, I know ;-) Thanks for the correction, here is an updated patch :-) From: Aaron Lu Date: Mon, 28 Apr 2014 11:02:52 +0800 Subject: [

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
u 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/20140504/fe5a304a/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/afc11def/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
ge.us/EHNG http://sprunge.us/MWEY -- 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/20140504/63c44ebf/attachment.html>

[Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 Tasev Nikola changed: What|Removed |Added Regression|No |Yes -- You are receiving this mail becaus

[Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 --- Comment #4 from Tasev Nikola --- Created attachment 135091 --> https://bugzilla.kernel.org/attachment.cgi?id=135091&action=edit git bisect 3.15-rc3 3.15-rc2 log -- You are receiving this mail because: You are watching the assignee of the b

[Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 --- Comment #3 from Tasev Nikola --- Oop's Ignore my first post, i must made a copy paste error somewhere ! The first bad commit is indeed this one : c2fb3094669a3205f16a32f4119d0afe40b1a1fd is the first bad commit commit c2fb3094669a3205f16a32

[Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 Christian K?nig changed: What|Removed |Added CC||deathsimple at vodafone.de --- Comment

[Bug 75471] Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 --- Comment #1 from Tasev Nikola --- Created attachment 135081 --> https://bugzilla.kernel.org/attachment.cgi?id=135081&action=edit dmesg working 3.15-rc2 kernel -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75471] New: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75471 Bug ID: 75471 Summary: Black screen with frequency out of range with kernel 3.15-rc3 on radeon RS880 Product: Drivers Version: 2.5 Kernel Version: 3.15-rc3 Hardware: x86

[Bug 68571] GPU lockup on AMD Radeon HD6850 with DPM=1

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=68571 creich changed: What|Removed |Added CC||creich at linux.com --- Comment #38 from creich

[Intel-gfx] [PATCH v2] drm/i915: restore backlight precision when converting from opregion

2014-05-04 Thread Chris Wilson
On Sun, May 04, 2014 at 03:31:01PM +0800, Aaron Lu wrote: > On 05/04/2014 03:22 PM, Chris Wilson wrote: > > Also this still has the same rounding error as before. > > I didn't get this, care to explain? The calculation you use, truncates, rather than say round to nearest, would is the same discre

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
s 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/20140504/cd469cae/attachment.html>

[Bug 73320] [radeonsi] LLVM runs out of registers during register allocation in Painkiller Hell & Damnation

2014-05-04 Thread bugzilla-dae...@freedesktop.org
nt was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/bfad7c0f/attachment.html>

[Bug 78242] Steam cannot load mesa drivers (libGL error: driver pointer missing)

2014-05-04 Thread bugzilla-dae...@freedesktop.org
|--- |NOTOURBUG -- 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/20140504/ddd1aa9c/attachment.html>

[Bug 78242] Steam cannot load mesa drivers (libGL error: driver pointer missing)

2014-05-04 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/5a136bba/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
description|| -- 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/20140504/96cd9b84/attachment-0001.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/75660c85/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/9b71f366/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/cf0191a2/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/8da18480/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-04 Thread bugzilla-dae...@freedesktop.org
--- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/15592798/attachment.html>

[Intel-gfx] [PATCH v2] drm/i915: restore backlight precision when converting from opregion

2014-05-04 Thread Chris Wilson
On Sun, May 04, 2014 at 03:16:05PM +0800, Aaron Lu wrote: > On 04/28/2014 09:41 PM, Daniel Vetter wrote: > > 64bit divisions won't compile on 32bit. You need one of the DO_DIV macros, > > or whatever they're called again. I pain, I know ;-) > > Thanks for the correction, here is an updated patch :

[Bug 78242] New: Steam cannot load mesa drivers (libGL error: driver pointer missing)

2014-05-04 Thread bugzilla-dae...@freedesktop.org
5.0 Other 64 and 32 bit opengl games seems to work fine. -- 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/20140504/ce35f4c5/attachment-0001.html>

[Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)

2014-05-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75401 drill87 at gmail.com changed: What|Removed |Added Summary|vgaswtitcheroo doesn't work |vgaswitcheroo doesn't work

[Bug 78238] GPU lockup on opening new tab in Chromium

2014-05-04 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140504/8e4915e0/attachment.html>

[Bug 78238] New: GPU lockup on opening new tab in Chromium

2014-05-04 Thread bugzilla-dae...@freedesktop.org
d since Linux 3.15. -- 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/20140504/876fcbfd/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-05-04 Thread bugzilla-dae...@freedesktop.org
nts/20140504/64f954a7/attachment.html>