[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/23 Sean Paul : > On Wed, Oct 23, 2013 at 1:42 AM, Inki Dae wrote: >> 2013/10/23 Sean Paul : >>> On Wed, Oct 23, 2013 at 12:48 AM, Inki Dae wrote: 2013/10/23 St?phane Marchesin : > > > > On Tue, Oct 22, 2013 at 9:15 PM, Inki Dae wrote: >> >> 2013/10/23

[Bug 70654] [DPM] Mobility 4570: power_dpm_force_performance_level is reset to auto when UVD is used

2013-10-23 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/b61e2aaa/attachment.html>

[PATCH] drm/radeon: fix definition of WAIT_REG_MEM_OPERATION for CIK

2013-10-23 Thread Alex Deucher
On Tue, Oct 22, 2013 at 3:09 PM, Marek Ol??k wrote: > From: Marek Ol??k > > Signed-off-by: Marek Ol??k Applied. thanks! Alex > --- > drivers/gpu/drm/radeon/cikd.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/radeon/cikd.h

[Bug 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'

2013-10-23 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20131023/7a84cc37/attachment.html>

[Bug 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'

2013-10-23 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/ce04886a/attachment.html>

[Bug 69341] [radeonsi] KDE 4.11 is EXTREMELY slow with Raster QT backend

2013-10-23 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/53c4579e/attachment.html>

[Patch v2][ 03/37] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-10-23 Thread Ville Syrjälä
On Wed, Oct 23, 2013 at 04:48:51PM +0200, Denis Carikli wrote: > Hi, > > On 10/18/2013 09:46 AM, Ville Syrj?l? wrote: > >> +#define DRM_MODE_FLAG_PDATEN (1<<22) > >> +#define DRM_MODE_FLAG_NDATEN (1<<23) > >> +#define DRM_MODE_FLAG_PPIXDATEDGE

[Bug 70804] radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'

2013-10-23 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/62183533/attachment.html>

[Bug 70698] xorg+glamor crash in libllvm on kabini

2013-10-23 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- 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/20131023/ce211af8/attachment.html>

[Bug 70698] xorg+glamor crash in libllvm on kabini

2013-10-23 Thread bugzilla-dae...@freedesktop.org
hives/dri-devel/attachments/20131023/e31ac2dc/attachment.html>

How to change radeon power state

2013-10-23 Thread Alex Deucher
On Sat, Oct 19, 2013 at 10:15 PM, Daniel Mota Leite wrote: > On Sat, 19 Oct 2013 21:09:31 -0400, Alex Deucher > wrote: >> On Sat, Oct 19, 2013 at 8:36 PM, Daniel Mota Leite >> wrote: >> > [ 12.359671] == power state 1 == >> > [ 12.359726] ui class: performance >> > [ 12.359824] internal

[Bug 70804] New: radeonsi_compute.c:254:11: error: 'struct pipe_context' has no member named 'set_compute_sampler_views'

2013-10-23 Thread bugzilla-dae...@freedesktop.org
op.org/archives/dri-devel/attachments/20131023/344bc7d9/attachment.html>

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Dave Airlie
> I think we need to start considering a framework where subdrivers just add drm objects themselves, then the toplevel node is responsible for knowing that everything for the current configuration is loaded. >>> >>> It would be nice to specify the various pieces in dt,

[Patch v2][ 03/37] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-10-23 Thread Denis Carikli
Hi, On 10/18/2013 09:46 AM, Ville Syrj?l? wrote: >> +#define DRM_MODE_FLAG_PDATEN(1<<22) >> +#define DRM_MODE_FLAG_NDATEN(1<<23) >> +#define DRM_MODE_FLAG_PPIXDATEDGE (1<<24) >> +#define DRM_MODE_FLAG_NPIXDATEDGE (1<<25) > > Do

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Dave Airlie
On Wed, Oct 23, 2013 at 3:45 PM, Sean Paul wrote: > On Wed, Oct 23, 2013 at 10:29 AM, Dave Airlie wrote: >>> As I mentioned earlier, display_ops is needed to have no any >>> dependency of drm framework directly like below, >>> >>> DRM Framework >>>

[PATCH] drm/radeon/dpm: fix incompatible casting on big endian

2013-10-23 Thread Alex Deucher
We use u16 for voltage values throughout the driver so switch the table values to a u16 as well. Fixes an incompatible cast error in ci_patch_clock_voltage_limits_with_vddc_leakage() picked up by coverity. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h | 4 ++-- 1 file

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Dave Airlie
> As I mentioned earlier, display_ops is needed to have no any > dependency of drm framework directly like below, > > DRM Framework >| > Exynos DRM Framework >

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/23 Sean Paul : > On Wed, Oct 23, 2013 at 12:48 AM, Inki Dae wrote: >> 2013/10/23 St?phane Marchesin : >>> >>> >>> >>> On Tue, Oct 22, 2013 at 9:15 PM, Inki Dae wrote: 2013/10/23 St?phane Marchesin : > > > > On Tue, Oct 22, 2013 at 8:38 PM, Inki Dae >

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/22 Inki Dae : > 2013/10/17 Sean Paul : >> This patch splits display and manager from subdrv. The result is that >> crtc functions can directly call into manager callbacks and encoder >> functions can directly call into display callbacks. This will allow >> us to remove the exynos_drm_hdmi

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/23 St?phane Marchesin : > > > > On Tue, Oct 22, 2013 at 9:15 PM, Inki Dae wrote: >> >> 2013/10/23 St?phane Marchesin : >> > >> > >> > >> > On Tue, Oct 22, 2013 at 8:38 PM, Inki Dae wrote: >> >> >> >> 2013/10/23 St?phane Marchesin : >> >> > >> >> > >> >> > >> >> > On Tue, Oct 22, 2013 at

[PATCH] drm/armada: Depend on ARM

2013-10-23 Thread Thierry Reding
The driver uses {readl,writel}_relaxed(), which are not available on all platforms, so restrict the driver to ARM for now. Fixes a build failure seen on x86_64 allmodconfig. Signed-off-by: Thierry Reding --- drivers/gpu/drm/armada/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Bug 59649] [r600][RV635] GPU lockup CP stall / GPU resets over and over - Kernel 3.7 to 3.12 inclusive

2013-10-23 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/4cde8778/attachment-0001.html>

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/23 St?phane Marchesin : > > > > On Tue, Oct 22, 2013 at 8:38 PM, Inki Dae wrote: >> >> 2013/10/23 St?phane Marchesin : >> > >> > >> > >> > On Tue, Oct 22, 2013 at 7:28 PM, Inki Dae wrote: >> >> >> >> 2013/10/22 Sean Paul : >> >> > On Tue, Oct 22, 2013 at 1:30 AM, Inki Dae >> >> > wrote:

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/23 St?phane Marchesin : > > > > On Tue, Oct 22, 2013 at 7:28 PM, Inki Dae wrote: >> >> 2013/10/22 Sean Paul : >> > On Tue, Oct 22, 2013 at 1:30 AM, Inki Dae wrote: >> >> >> >> >> >>> -Original Message- >> >>> From: Sean Paul [mailto:seanpaul at chromium.org] >> >>> Sent: Tuesday,

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 11:53 AM, Dave Airlie wrote: >> > > I think we need to start considering a framework where subdrivers just > add drm objects themselves, then the toplevel node is responsible for > knowing that everything for the current configuration is loaded. >

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Inki Dae
2013/10/22 Sean Paul : > On Tue, Oct 22, 2013 at 1:30 AM, Inki Dae wrote: >> >> >>> -Original Message- >>> From: Sean Paul [mailto:seanpaul at chromium.org] >>> Sent: Tuesday, October 22, 2013 6:18 AM >>> To: Inki Dae >>> Cc: dri-devel; Dave Airlie; Tomasz Figa; St?phane Marchesin >>>

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 11:27 AM, Sean Paul wrote: > On Wed, Oct 23, 2013 at 11:22 AM, Dave Airlie wrote: >> On Wed, Oct 23, 2013 at 3:45 PM, Sean Paul wrote: >>> On Wed, Oct 23, 2013 at 10:29 AM, Dave Airlie wrote: > As I mentioned earlier, display_ops is needed to have no any >

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 11:22 AM, Dave Airlie wrote: > On Wed, Oct 23, 2013 at 3:45 PM, Sean Paul wrote: >> On Wed, Oct 23, 2013 at 10:29 AM, Dave Airlie wrote: As I mentioned earlier, display_ops is needed to have no any dependency of drm framework directly like below,

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Rob Clark
On Wed, Oct 23, 2013 at 11:22 AM, Dave Airlie wrote: > On Wed, Oct 23, 2013 at 3:45 PM, Sean Paul wrote: >> On Wed, Oct 23, 2013 at 10:29 AM, Dave Airlie wrote: As I mentioned earlier, display_ops is needed to have no any dependency of drm framework directly like below,

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Rob Clark
On Wed, Oct 23, 2013 at 9:18 AM, Inki Dae wrote: > Look at omapdrm, nouveau, and radeon drm drivers. btw, please don't look at omapdrm as a "good" example in this regard. The layering is really not a good idea and for a long time caused a lot of problems, which we essentially solved by

[Patch v2][ 03/37] drm: Add the lacking DRM_MODE_FLAG_* for matching the DISPLAY_FLAGS_*

2013-10-23 Thread Matt Sealey
On Thu, Oct 17, 2013 at 10:02 AM, Denis Carikli wrote: > Without that fix, drivers using the drm_display_mode_from_videomode > function will not be able to get certain information because > some DISPLAY_FLAGS_* have no corresponding DRM_MODE_FLAG_*. > > Cc: Greg Kroah-Hartman > Cc:

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 10:29 AM, Dave Airlie wrote: >> As I mentioned earlier, display_ops is needed to have no any >> dependency of drm framework directly like below, >> >> DRM Framework >>| >>

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 1:42 AM, Inki Dae wrote: > 2013/10/23 Sean Paul : >> On Wed, Oct 23, 2013 at 12:48 AM, Inki Dae wrote: >>> 2013/10/23 St?phane Marchesin : On Tue, Oct 22, 2013 at 9:15 PM, Inki Dae wrote: > > 2013/10/23 St?phane Marchesin : > > > >

[Bug 70778] OpenGL always hangs

2013-10-23 Thread bugzilla-dae...@freedesktop.org
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/20131023/cf2529e7/attachment-0001.html>

[Bug 60879] [radeonsi] X11 can't start with acceleration enabled

2013-10-23 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131023/ed8fb01e/attachment-0001.html>

[Bug 52952] Ubuntu 10.04.4 LTS 32-bit and ATI Technologies Radeon Xpress 200 for Intel (RC410) ACPI S3 State Resume Failure

2013-10-23 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- 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/20131023/1a94ec4a/attachment.html>

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Wed, Oct 23, 2013 at 12:48 AM, Inki Dae wrote: > 2013/10/23 St?phane Marchesin : >> >> >> >> On Tue, Oct 22, 2013 at 9:15 PM, Inki Dae wrote: >>> >>> 2013/10/23 St?phane Marchesin : >>> > >>> > >>> > >>> > On Tue, Oct 22, 2013 at 8:38 PM, Inki Dae wrote: >>> >> >>> >> 2013/10/23 St?phane

[PATCH v2 12/26] drm/exynos: Split manager/display/subdrv

2013-10-23 Thread Sean Paul
On Tue, Oct 22, 2013 at 10:28 PM, Inki Dae wrote: > 2013/10/22 Sean Paul : >> On Tue, Oct 22, 2013 at 1:30 AM, Inki Dae wrote: >>> >>> -Original Message- From: Sean Paul [mailto:seanpaul at chromium.org] Sent: Tuesday, October 22, 2013 6:18 AM To: Inki Dae Cc: