[Bug 41762] radeon default power_profile "default" makes laptop overheat (Mobility Radeon HD 3650)

2013-03-08 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130308/3f987a0d/attachment.html>

[PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

2013-03-08 Thread Thierry Reding
It is completely different from what other drivers do and therefore makes it more difficult to comprehend. That alone I could live with if there were any advantages to that approach, but as far as I can tell there are none. Thierry ------ next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/0633f13f/attachment.pgp>

[Bug 36934] screen corruption after running a game

2013-03-08 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/e05b4f12/attachment.html>

[Bug 61979] backlight adjustment doesn't work on HP Pavilion m6-1035dx

2013-03-08 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/11507405/attachment.html>

[PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

2013-03-08 Thread Terje Bergström
On 26.02.2013 11:48, Terje Bergstr?m wrote: > On 25.02.2013 17:24, Thierry Reding wrote: >> You use two different styles to indent the function parameters. You >> might want to stick to one, preferably aligning them with the first >> parameter on the first line. > > I've generally favored "two

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

2013-03-08 Thread bugzilla-dae...@freedesktop.org
ything. :) The kernel output is from resetting the hung GPU. -- 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/20130308/34a48519/attachment.html>

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

2013-03-08 Thread bugzilla-dae...@freedesktop.org
and linux 3.8.2 the problem is still there. -- 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/20130308/0200d7f7/attachment.html>

[PATCHv6 9/9] drm: tegra: Add gr2d device

2013-03-08 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c |

[PATCHv6 8/9] gpu: host1x: drm: Add CMA ops for host1x driver

2013-03-08 Thread Terje Bergstrom
From: Arto Merilainen This patch adds CMA memory operations for host1x driver. This allows usage of CMA buffers inside host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/drm/cma.c

[PATCHv6 7/9] gpu: host1x: Remove second host1x driver

2013-03-08 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile|2 +- drivers/gpu/host1x/dev.c |

[PATCHv6 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-08 Thread Terje Bergstrom
From: Arto Merilainen Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/drm/dc.c |4 ++--

[PATCHv6 5/9] drm: tegra: Move drm to live under host1x

2013-03-08 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile |7 ---

[PATCHv6 4/9] gpu: host1x: Add debug support

2013-03-08 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/cdma.c |5 +

[PATCHv6 3/9] gpu: host1x: Add channel support

2013-03-08 Thread Terje Bergstrom
Add support for host1x client modules, and host1x channels to submit work to the clients. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Kconfig | 12 + drivers/gpu/host1x/Makefile |4 + drivers/gpu/host1x/cdma.c

[PATCHv6 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-08 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen Signed-off-by: Terje Bergstrom --- drivers/gpu/host1x/Makefile |1 + drivers/gpu/host1x/dev.c | 12 ++

[PATCHv6 1/9] gpu: host1x: Add host1x driver

2013-03-08 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization.

[PATCHv6 0/9] Support for Tegra 2D hardware

2013-03-08 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130307. Changes in this version: * Rebased on latest tegradrm * Renamed tegradrm's host1x to host1x_drm * Indentation and line split fixed to follow tegradrm convention * Pointers to

[PATCH] drm/i915: Fix missing variable initilization

2013-03-08 Thread Damien Lespiau
On Sun, Mar 03, 2013 at 06:20:26PM +0100, Daniel Vetter wrote: > On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote: > > Need to initialize the variable wait to false. > > > > Signed-off-by: Syam Sidhardhan > > Looks sane, thanks for the patch. Cc'ing Paulo in case I've missed >

[PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-08 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae wrote: > > >> -Original Message- >> From: ??? [mailto:sw0312.kim at samsung.com] >> Sent: Thursday, March 07, 2013 4:04 PM >> To: Rahul Sharma >> Cc: Inki Dae; linux-samsung-soc at vger.kernel.org; Sean Paul; sunil joshi; >> dri-devel at

[PATCH] libdrm/exynos: add test application for 2d gpu.

2013-03-08 Thread Rob Clark
On Mon, Feb 18, 2013 at 7:51 AM, Inki Dae wrote: > This patch adds library and test application for g2d gpu(fimg2d). > > The fimg2d hardware is a 2D graphics accelerator(G2D) that > supports Bit Block Transfer(BitBLT). > > The library includes the following primitive drawing operations: > .solid

[PATCH V3] drm/exynos: fimd: calculate the correct address offset

2013-03-08 Thread Joonyoung Shim
On 03/07/2013 06:42 PM, Leela Krishna Amudala wrote: > Calculate the correct address offset values for alpha and color key > control registers based on exynos4 and exynos5 user manuals. + remove VIDOSD_C_SIZE_W0 macro and fix comments about registers for size and alpha. > Signed-off-by: Leela

Wrong vsync offset calculation in drm_edid.c

2013-03-08 Thread Paul Menzel
- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/a3146bc2/attachment.pgp>

[Bug 62012] New: Intermittent black geometry

2013-03-08 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130308/90e23d7b/attachment.html>

Black screen with nouveau in 3.8.x (regression)

2013-03-08 Thread Nick Bowler
On 2013-03-07 10:06 -0500, Nick Bowler wrote: > I started a bisection... here's the first steps so far. I will try to > finish the procedure over the next couple days but I'm reporting this > now in case someone needs me to get some other info. I carried this on a bit further, but it seems that

[PATCH v12 2/2] drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd

2013-03-08 Thread Vikas Sajjan
Hi Mr. Dae, On 7 March 2013 13:34, Inki Dae wrote: > > >> -Original Message- >> From: linux-media-owner at vger.kernel.org [mailto:linux-media- >> owner at vger.kernel.org] On Behalf Of Vikas Sajjan >> Sent: Thursday, March 07, 2013 4:40 PM >> To: dri-devel at lists.freedesktop.org >>

Re: [PATCH RFC] drm/exynos: hdmi: move hdmiphy related code to hdmiphy driver

2013-03-08 Thread Rahul Sharma
On Thu, Mar 7, 2013 at 2:05 PM, Inki Dae inki@samsung.com wrote: -Original Message- From: 김승우 [mailto:sw0312@samsung.com] Sent: Thursday, March 07, 2013 4:04 PM To: Rahul Sharma Cc: Inki Dae; linux-samsung-...@vger.kernel.org; Sean Paul; sunil joshi;

Re: Wrong vsync offset calculation in drm_edid.c

2013-03-08 Thread Paul Menzel
Dear Peter, thank you for your patch. It has some formal issues though. Am Donnerstag, den 07.03.2013, 16:41 +0100 schrieb Peter Blum: 1. Your subject line does not contain the tag [PATCH]. 2. You should CC the maintainers. This patch is a bug fix for the file drm_edid.c of the kernel 3.8.

[Bug 62012] New: Intermittent black geometry

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=62012 Priority: medium Bug ID: 62012 Assignee: dri-devel@lists.freedesktop.org Summary: Intermittent black geometry Severity: major Classification: Unclassified OS: All

[PATCHv6 0/9] Support for Tegra 2D hardware

2013-03-08 Thread Terje Bergstrom
This set of patches adds support for Tegra20 and Tegra30 host1x and 2D. It is based on linux-next-20130307. Changes in this version: * Rebased on latest tegradrm * Renamed tegradrm's host1x to host1x_drm * Indentation and line split fixed to follow tegradrm convention * Pointers to

[PATCHv6 6/9] gpu: host1x: drm: Rename host1x to host1x_drm

2013-03-08 Thread Terje Bergstrom
From: Arto Merilainen amerilai...@nvidia.com Both host1x and drm drivers have host1x structures. This patch renames the host1x structure under drm to follow name host1x_drm. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com ---

[PATCHv6 5/9] drm: tegra: Move drm to live under host1x

2013-03-08 Thread Terje Bergstrom
Make drm part of host1x driver. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/drm/Kconfig|2 -- drivers/gpu/drm/Makefile |1 - drivers/gpu/drm/tegra/Makefile

[PATCHv6 4/9] gpu: host1x: Add debug support

2013-03-08 Thread Terje Bergstrom
Add support for host1x debugging. Adds debugfs entries, and dumps channel state to UART in case of stuck job. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/host1x/Makefile |1 +

[PATCHv6 2/9] gpu: host1x: Add syncpoint wait and interrupts

2013-03-08 Thread Terje Bergstrom
Add support for sync point interrupts, and sync point wait. Sync point wait used interrupts for unblocking wait. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/host1x/Makefile |1 +

[PATCHv6 9/9] drm: tegra: Add gr2d device

2013-03-08 Thread Terje Bergstrom
Add client driver for 2D device, and IOCTLs to pass work to host1x channel for 2D. Also adds functions that can be called to access sync points from DRM. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/host1x/Makefile

[PATCHv6 7/9] gpu: host1x: Remove second host1x driver

2013-03-08 Thread Terje Bergstrom
Remove second host1x driver, and bind tegra-drm to the new host1x driver. The logic to parse device tree and track clients is moved to drm.c. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/host1x/Makefile|2

[PATCHv6 8/9] gpu: host1x: drm: Add CMA ops for host1x driver

2013-03-08 Thread Terje Bergstrom
From: Arto Merilainen amerilai...@nvidia.com This patch adds CMA memory operations for host1x driver. This allows usage of CMA buffers inside host1x driver. Signed-off-by: Arto Merilainen amerilai...@nvidia.com Signed-off-by: Terje Bergstrom tbergst...@nvidia.com --- drivers/gpu/host1x/Makefile

[PATCHv6 1/9] gpu: host1x: Add host1x driver

2013-03-08 Thread Terje Bergstrom
Add host1x, the driver for host1x and its client unit 2D. The Tegra host1x module is the DMA engine for register access to Tegra's graphics- and multimedia-related modules. The modules served by host1x are referred to as clients. host1x includes some other functionality, such as synchronization.

Re: Black screen with nouveau in 3.8.x (regression)

2013-03-08 Thread Nick Bowler
On 2013-03-07 10:06 -0500, Nick Bowler wrote: I started a bisection... here's the first steps so far. I will try to finish the procedure over the next couple days but I'm reporting this now in case someone needs me to get some other info. I carried this on a bit further, but it seems that

Re: [PATCH] drm/i915: Fix missing variable initilization

2013-03-08 Thread Damien Lespiau
On Sun, Mar 03, 2013 at 06:20:26PM +0100, Daniel Vetter wrote: On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote: Need to initialize the variable wait to false. Signed-off-by: Syam Sidhardhan s.s...@samsung.com Looks sane, thanks for the patch. Cc'ing Paulo in case I've

Re: [PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

2013-03-08 Thread Terje Bergström
On 26.02.2013 11:48, Terje Bergström wrote: On 25.02.2013 17:24, Thierry Reding wrote: You use two different styles to indent the function parameters. You might want to stick to one, preferably aligning them with the first parameter on the first line. I've generally favored two tabs

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

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #11 from Hristo Venev mustrum...@gmail.com --- It's the same as starting weston. egltri_screen doesn't hang the GPU. Only Xorg does. egltri_screen and weston fail to clear the buffer or render anything. With current llvm svn, mesa

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

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60879 --- Comment #12 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #11) egltri_screen doesn't hang the GPU. Only Xorg does. egltri_screen and weston fail to clear the buffer or render anything. Because the GPU hangs trying to

[Bug 61979] backlight adjustment doesn't work on HP Pavilion m6-1035dx

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61979 S. Christian Collins s_chriscoll...@hotmail.com changed: What|Removed |Added Status|NEW

[Bug 36934] screen corruption after running a game

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36934 --- Comment #18 from aux...@gmail.com --- This hasn't occurred since I upgraded to openSUSE 12.2. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

Re: [PATCHv5,RESEND 3/8] gpu: host1x: Add channel support

2013-03-08 Thread Thierry Reding
On Fri, Mar 08, 2013 at 06:16:16PM +0200, Terje Bergström wrote: On 26.02.2013 11:48, Terje Bergström wrote: On 25.02.2013 17:24, Thierry Reding wrote: [...] +struct mem_handle; +struct platform_device; + +struct host1x_job_unpin_data { + struct mem_handle *h; + struct

[Bug 41762] radeon default power_profile default makes laptop overheat (Mobility Radeon HD 3650)

2013-03-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41762 aleritty aleri...@gmail.com changed: What|Removed |Added Hardware|x86-64 (AMD64) |All --- Comment #9 from

[PATCH v13 0/2] Add display-timing node parsing to exynos drm fimd

2013-03-08 Thread Vikas Sajjan
Add display-timing node parsing to drm fimd and depends on the display helper patchset at http://lists.freedesktop.org/archives/dri-devel/2013-January/033998.html changes since v12: - Added dependency of OF for exynos drm fimd as suggested by Inki Dae inki@samsung.com changes

[PATCH v13 1/2] video: drm: exynos: Add display-timing node parsing using video helper function

2013-03-08 Thread Vikas Sajjan
Add support for parsing the display-timing node using video helper function. The DT node parsing is done only if 'dev.of_node' exists and the NON-DT logic is still maintained under the 'else' part. Signed-off-by: Leela Krishna Amudala l.kris...@samsung.com Signed-off-by: Vikas Sajjan

[PATCH v13 2/2] drm/exynos: enable OF_VIDEOMODE and FB_MODE_HELPERS for exynos drm fimd

2013-03-08 Thread Vikas Sajjan
patch adds select OF_VIDEOMODE and select FB_MODE_HELPERS when EXYNOS_DRM_FIMD config is selected. Also adds the OF dependency. Signed-off-by: Vikas Sajjan vikas.saj...@linaro.org --- drivers/gpu/drm/exynos/Kconfig |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git