[Bug 78453] [HAWAII] Get acceleration working

2014-05-16 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/20140516/da308a94/attachment.html>

[PATCH] drm/exynos: restore core HDMI settings

2014-05-16 Thread Inki Dae
On 2014? 05? 13? 13:44, Shirish S wrote: > Hi, > > On Wed, Feb 19, 2014 at 4:02 PM, Inki Dae wrote: >> 2014-02-14 16:34 GMT+09:00 Shirish S : >>> In DVI mode the video preamble and Guard band should >>> be disabled whereas it should be applied in HDMI mode, >>> the re-applying of preamble and gua

[Bug 76321] New: Incorrect hwmon temperature when radeon card is turned off

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76321 Bug ID: 76321 Summary: Incorrect hwmon temperature when radeon card is turned off Product: Drivers Version: 2.5 Kernel Version: 3.15-rc3 Hardware: All OS

[Intel-gfx] [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)

2014-05-16 Thread Daniel Vetter
On Fri, May 16, 2014 at 7:25 AM, Lee, Chon Ming wrote: >> > Cherryview display allow the primary plane to be position at any >> > location similiar to sprite plane for certain port. So, this shouldn't >> > need to >> check here. >> > >> > And the width/height doesn't need to cover the whole scre

[PULL] drm-intel-fixes

2014-05-16 Thread Jani Nikula
ves/dri-devel/attachments/20140516/b8fb5388/attachment.sig>

[deathsimple/drm-next-3.16][PATCH V3 1/4] drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code

2014-05-16 Thread Rafał Miłecki
DCE 3.1 and 3.2 should be programmed in a different way than DCE 2 and DCE 3. The order of setting registers and sets of registers are different. It's still unsure how we will handle DCE 3.1 vs. DCE 3.2, since they have few differences as well. For now separate DCE 2 and DCE 3 path, so we can work

[deathsimple/drm-next-3.16][PATCH V3 2/4] drm/radeon/hdmi: DCE3: clean ACR control

2014-05-16 Thread Rafał Miłecki
What initially seemed to be a typo in fglrx (using register 0x740c instead of 0x74dc) appeared to be a correct behavior. DCE3 has ACR and CRC registers swapped which explains why we needed WREG32(HDMI0_AUDIO_CRC_CONTROL + offset, 0x1000); This has been tested for possible regressions on DCE3 HD347

[deathsimple/drm-next-3.16][PATCH V3 3/4] drm/radeon/hdmi: DCE2: update setmode

2014-05-16 Thread Rafał Miłecki
Recent RE efforts revealed ops performed by fglrx during HDMI setup. This mostly adds masks to r/w ops plus few single missing bits. This has been tested for possible regressions on: 1) DCE2 HD2400 (RV610) 2) DCE3 HD3470 (RV620) For a reference and details see: https://bugzilla.kernel.org/show_bu

[deathsimple/drm-next-3.16][PATCH V3 4/4] drm/radeon/hdmi: DCE2: simplify audio workaround

2014-05-16 Thread Rafał Miłecki
Thanks to advanced RE of fglrx we finally know what exactly needs to be handled of AFMT change. This has been tested for possible regressions on: 1) DCE2 HD2400 (RV610) 2) DCE3 HD3470 (RV620) For a reference and details see: https://bugzilla.kernel.org/show_bug.cgi?id=76231 Signed-off-by: Rafa?

[RFC 0/4] Cursor support with universal planes

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:25PM -0700, Matt Roper wrote: > Cursor planes are a bit trickier to support via the universal plane interface > than primary planes were. Legacy cursor ioctls take handles to driver buffers > directly whereas the universal plane API takes drm_framebuffer's that > rep

[deathsimple/drm-next-3.16][PATCH V3 1/4] drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code

2014-05-16 Thread Christian König
> +++ b/drivers/gpu/drm/radeon/dce3_1_afmt.c > @@ -0,0 +1,222 @@ > +#include > +#include Adding the copyright header to new files would be nice. Apart from that the series looks good to me. Christian. Am 16.05.2014 11:10, schrieb Rafa? Mi?ecki: > DCE 3.1 and 3.2 should be programmed in a diffe

[deathsimple/drm-next-3.16][PATCH V4 1/4] drm/radeon/hdmi: use separated file for DCE 3.1/3.2 code

2014-05-16 Thread Rafał Miłecki
DCE 3.1 and 3.2 should be programmed in a different way than DCE 2 and DCE 3. The order of setting registers and sets of registers are different. It's still unsure how we will handle DCE 3.1 vs. DCE 3.2, since they have few differences as well. For now separate DCE 2 and DCE 3 path, so we can work

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-16 Thread Rahul Sharma
On 16 May 2014 03:14, Tomasz Figa wrote: > On 15.05.2014 06:01, Rahul Sharma wrote: >> Thanks Tomasz, >> >> On 15 May 2014 01:31, Tomasz Figa wrote: >>> Hi Rahul, Tomasz, >> [snip] + simplephys: simple-phys at 1004 { + compatible = "samsung,exynos5250-simple-phy"; >>

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-16 Thread Rahul Sharma
On 16 May 2014 15:12, Rahul Sharma wrote: > On 16 May 2014 03:14, Tomasz Figa wrote: >> On 15.05.2014 06:01, Rahul Sharma wrote: [snip] the PHY provider. >>> >>> Please correct me if I got you wrong. You want somthing like this: >>> >>> pmu_system_controller: system-controller at 100400

[RFC 4/4] drm/i915: Switch to unified plane cursor handling

2014-05-16 Thread Chris Wilson
On Thu, May 15, 2014 at 06:17:29PM -0700, Matt Roper wrote: > The DRM core will translate calls to legacy cursor ioctls into universal > cursor calls automatically, so there's no need to maintain the legacy > cursor support. This greatly simplifies the transition since we don't > have to handle re

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-16 Thread Tomasz Figa
On 16.05.2014 12:35, Rahul Sharma wrote: > On 16 May 2014 15:12, Rahul Sharma wrote: >> On 16 May 2014 03:14, Tomasz Figa wrote: >>> On 15.05.2014 06:01, Rahul Sharma wrote: > [snip] > the PHY provider. > Please correct me if I got you wrong. You want somthing like this: >>

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-16 Thread Rahul Sharma
On 16 May 2014 16:20, Tomasz Figa wrote: > On 16.05.2014 12:35, Rahul Sharma wrote: >> On 16 May 2014 15:12, Rahul Sharma wrote: >>> On 16 May 2014 03:14, Tomasz Figa wrote: On 15.05.2014 06:01, Rahul Sharma wrote: >> [snip] >> the PHY provider. >> > > Please correct me if I

[PATCH v3 1/3] phy: Add exynos-simple-phy driver

2014-05-16 Thread Tomasz Figa
On 16.05.2014 16:30, Rahul Sharma wrote: > On 16 May 2014 16:20, Tomasz Figa wrote: >> On 16.05.2014 12:35, Rahul Sharma wrote: >>> On 16 May 2014 15:12, Rahul Sharma wrote: On 16 May 2014 03:14, Tomasz Figa wrote: > On 15.05.2014 06:01, Rahul Sharma wrote: >>> [snip] >>> the PHY pr

[Bug 78453] [HAWAII] Get acceleration working

2014-05-16 Thread bugzilla-dae...@freedesktop.org
rong as I can't find a revision that works. -- 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/20140516/67f37a3a/attachment.html>

[Bug 78453] [HAWAII] Get acceleration working

2014-05-16 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/20140516/00a097f0/attachment.html>

[Bug 76321] Incorrect hwmon temperature when radeon card is turned off

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76321 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 fr

[Intel-gfx] [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)

2014-05-16 Thread Matt Roper
On Fri, May 16, 2014 at 10:51:44AM +0800, Lee, Chon Ming wrote: ... > > +int drm_primary_helper_check_update(struct drm_plane *plane, > > + struct drm_crtc *crtc, > > + struct drm_framebuffer *fb, > > + struct

[Intel-gfx] [RFC 1/4] drm: Support legacy cursor ioctls via universal planes when possible

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:26PM -0700, Matt Roper wrote: > If drivers support universal planes and have registered a cursor plane > with the DRM core, we should use that universal plane support when > handling legacy cursor ioctls. Drivers that transition to universal > planes won't have to mai

[Intel-gfx] [RFC 2/4] drm: Allow drivers to register cursor planes with crtc

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:27PM -0700, Matt Roper wrote: > Universal plane support had placeholders for cursor planes, but didn't > actually do anything with them. Save the cursor plane reference inside > the crtc and update the cursor plane parameter from void* to drm_plane. > > Signed-off-by

[Intel-gfx] [RFC 3/4] drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:28PM -0700, Matt Roper wrote: > Refactor cursor buffer setting such that the code to actually update the > cursor lives in a new function, intel_crtc_cursor_set_obj(), and takes > a GEM object as a parameter. The existing legacy cursor ioctl handler, > intel_crtc_curs

[RFC 4/4] drm/i915: Switch to unified plane cursor handling

2014-05-16 Thread Daniel Vetter
On Thu, May 15, 2014 at 06:17:29PM -0700, Matt Roper wrote: > The DRM core will translate calls to legacy cursor ioctls into universal > cursor calls automatically, so there's no need to maintain the legacy > cursor support. This greatly simplifies the transition since we don't > have to handle re

[Bug 78453] [HAWAII] Get acceleration working

2014-05-16 Thread bugzilla-dae...@freedesktop.org
commands are affected by the regression. -- 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/20140516/ab2406c1/attachment-0001.html>

[PATCH] clk: allow config option to enable reclocking

2014-05-16 Thread Ilia Mirkin
Adds a NvReclock boolean option to allow the user to enable (or disable) reclocking. All chipsets default to off, except NVAA/NVAC, which are reportedly complete. Signed-off-by: Ilia Mirkin --- Ben, I know you've been saying that reclocking is in a pretty bad state, but I do think that there are

[PULL] drm-intel-next

2014-05-16 Thread Daniel Vetter
Hi Dave, drm-intel-next-2014-05-06: - ring init improvements (Chris) - vebox2 support (Zhao Yakui) - more prep work for runtime pm on Baytrail (Imre) - eDram support for BDW (Ben) - prep work for userptr support (Chris) - first parts of the encoder->mode_set callback removal (Daniel) - 64b reloc f

[Bug 78788] New: [Radeon\VCE] Performance regression after using VCE

2014-05-16 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/4105ba75/attachment.html>

[Bug 78790] New: Game Tesseract: Crash on shaders and out of registers LLVM errors

2014-05-16 Thread bugzilla-dae...@freedesktop.org
g.cgi?id=78717 -- 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/20140516/ca640b9d/attachment-0001.html>

[Bug 76321] Incorrect hwmon temperature when radeon card is turned off

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76321 --- Comment #2 from Pali Roh?r --- Here is output from sensors with your patch (when card is turned off): radeon-pci-0100 Adapter: PCI adapter ERROR: Can't get value of subfeature temp1_crit: Can't read ERROR: Can't get value of subfeature temp1_

[Bug 75276] Implement VGPR Register Spilling

2014-05-16 Thread bugzilla-dae...@freedesktop.org
An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/23409106/attachment.html>

[Bug 75005] "Upvoid" segfault in radeonsi/llvm

2014-05-16 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20140516/41fd8cae/attachment.html>

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

2014-05-16 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/e6b8b9f7/attachment.html>

[Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)

2014-05-16 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/a30a37d1/attachment.html>

[Bug 75361] freeze in Mass Effect 3 (wine)

2014-05-16 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/692e4053/attachment.html>

[Bug 75241] radeon_compute_pll_avivo broken in 3.15-rc3

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75241 --- Comment #14 from Tasev Nikola --- Hi I try today with a Medion 1280x1024 monitor and everything work without problem. It seem's that only the combinaison RS880 + Belinea 2080S2 have problem with the new PLL code. I tried different value from

[Bug 74551] Unable to enable ACPI

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74551 --- Comment #6 from maxis11 --- BTW runpm works with 3.12.7 and 3.12.8 (with 3.13 and later runpm=1 freezes laptop during boot) -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)

2014-05-16 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/b1a3eb69/attachment-0001.html>

[deathsimple/drm-next-3.16][PATCH V3 2/4] drm/radeon/hdmi: DCE3: clean ACR control

2014-05-16 Thread Alex Deucher
On Fri, May 16, 2014 at 5:10 AM, Rafa? Mi?ecki wrote: > What initially seemed to be a typo in fglrx (using register 0x740c > instead of 0x74dc) appeared to be a correct behavior. DCE3 has ACR and > CRC registers swapped which explains why we needed > WREG32(HDMI0_AUDIO_CRC_CONTROL + offset, 0x1000

[Bug 74551] Unable to enable ACPI

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74551 --- Comment #7 from Alex Deucher --- Can you bisect? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 78669] [r600g with -O3] layered-rendering/clear-color-all-types 3d single_level fails

2014-05-16 Thread bugzilla-dae...@freedesktop.org
ypes 3d single_level -fbo -auto | grep result; done and always fail -- 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/20140516/b3a9ab4c/attachment.html>

[Bug 78788] [Radeon\VCE] Performance regression after using VCE

2014-05-16 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140516/c3e7dbb1/attachment.html>

[Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)

2014-05-16 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/4640f604/attachment.html>

[Bug 76321] Incorrect hwmon temperature when radeon card is turned off

2014-05-16 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=76321 Alex Deucher changed: What|Removed |Added Attachment #136331|0 |1 is obsolete|

[PATCH 1/2] drm: Refactor framebuffer creation to allow internal use

2014-05-16 Thread Matt Roper
Refactor DRM framebuffer creation into a new function that returns a struct drm_framebuffer directly. The upcoming universal cursor support will want to create framebuffers internally to wrap cursor buffers, so we want to be able to share that framebuffer creation with the drm_mode_addfb2 ioctl ha

[PATCH 2/2] drm: Refactor setplane to allow internal use

2014-05-16 Thread Matt Roper
Refactor DRM setplane code into a new setplane_internal() function that takes DRM objects directly as parameters rather than looking them up by ID. We'll use this in a future patch when we implement legacy cursor ioctls on top of the universal plane interface. Signed-off-by: Matt Roper --- driv

[PATCH 1/4] drm: Support legacy cursor ioctls via universal planes when possible (v2)

2014-05-16 Thread Matt Roper
If drivers support universal planes and have registered a cursor plane with the DRM core, we should use that universal plane support when handling legacy cursor ioctls. Drivers that transition to universal planes won't have to maintain separate legacy ioctl handling; drivers that don't transition

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

2014-05-16 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/20140516/18584439/attachment-0001.html>

[PATCH 3/4] drm/i915: Add intel_crtc_cursor_set_obj() to set cursor buffer (v2)

2014-05-16 Thread Matt Roper
Refactor cursor buffer setting such that the code to actually update the cursor lives in a new function, intel_crtc_cursor_set_obj(), and takes a GEM object as a parameter. The existing legacy cursor ioctl handler, intel_crtc_cursor_set() will now perform the userspace handle lookup and then call

[Bug 77785] (radeonsi) Some lighting issues in games, textures goes black

2014-05-16 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/a93fa8bf/attachment.html>

[Intel-gfx] [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)

2014-05-16 Thread Lee, Chon Ming
> -Original Message- > From: Rob Clark [mailto:robdclark at gmail.com] > Sent: Friday, May 16, 2014 11:05 AM > To: Lee, Chon Ming > Cc: Roper, Matthew D; Intel Graphics Development; dri- > devel at lists.freedesktop.org > Subject: Re: [Intel-gfx] [PATCH 2/4] drm/plane-helper: Add > drm_pr

[RFC PATCH 0/2] drm/panel: add simple-panel description using DT

2014-05-16 Thread Boris BREZILLON
On 13/05/2014 09:51, Thierry Reding wrote: > On Fri, May 09, 2014 at 04:16:40PM +0200, Boris BREZILLON wrote: >> Hello Thierry, >> >> I noticed you're describing each new panel with a new entry in the >> of_platform_match table and a new compatible string. >> I guess you have a good reason to do i

OMAPDSS: omap5 SYNC_LOST error with DPI/LCD

2014-05-16 Thread Vikas Patil
> > HDMI Encoder). > > Probably not, as your kernel is much older than the one that driver has > been written on. The omapdss driver has changed quite a bit. > > Tomi > > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/cdaa1caf/attachment.html>

[pull] radeon drm-fixes-3.15

2014-05-16 Thread Christian König
Hi Dave, this is the next pull quested for stashed up radeon fixes for 3.15. Highlights are: 1. Avoid sending SIGBUS on CPU access just because kernel can't handle buffer placement. 2. Some fixes for VM page table updates and buffer placements. 3. Fixing two typos in the PLL and SI register spec

[PATCH 7/8] radeon: Out of line radeon_get_ib_value

2014-05-16 Thread Andi Kleen
From: Andi Kleen Saves about 5k of text textdata bss dec hex filename 140803602008168 1507328 1759585610c7dd0 vmlinux-before-radeon 140749782008168 1507328 1759047410c68ca vmlinux-radeon Cc: alexander.deucher at amd.com Cc: dri-devel at lists.f

[Intel-gfx] [PATCH 2/4] drm/plane-helper: Add drm_primary_helper_check_update() (v2)

2014-05-16 Thread Lee, Chon Ming
On 04/30 10:07, Matt Roper wrote: > Pull the parameter checking from drm_primary_helper_update() out into > its own function; drivers that provide their own setplane() > implementations rather than using the helper may still want to share > this parameter checking logic. > > A few of the checks he

OMAPDSS: omap5 SYNC_LOST error with DPI/LCD

2014-05-16 Thread Tomi Valkeinen
Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140516/23fb1bba/attachment-0001.sig>

[Nouveau] [PATCH] clk: allow config option to enable reclocking

2014-05-16 Thread Ilia Mirkin
On Fri, May 16, 2014 at 11:17 PM, Ben Skeggs wrote: > On 17 May 2014 02:43, "Ilia Mirkin" wrote: >> >> Adds a NvReclock boolean option to allow the user to enable (or disable) >> reclocking. All chipsets default to off, except NVAA/NVAC, which are >> reportedly complete. > Hey Ilia, > > I think I