Re: [PATCH] fbmon: use VESA_DMT_VSYNC_HIGH to fix typo

2013-02-26 Thread Steffen Trumtrar
On Tue, Feb 26, 2013 at 12:05:50PM +0900, Jingoo Han wrote: VESA_DMT_VSYNC_HIGH should be used instead of VESA_DMT_HSYNC_HIGH, because FB_SYNC_VERT_HIGH_ACT is related to vsync, not to hsync. Signed-off-by: Jingoo Han jg1@samsung.com Cc: Steffen Trumtrar s.trumt...@pengutronix.de ---

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=30167 Tomasz P. son_of_the_osi...@interia.pl changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Jani Nikula
On Tue, 26 Feb 2013, Rodrigo Vivi rodrigo.v...@gmail.com wrote: Adding Enable and Disable PSR functionalities. This includes setting the PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, enabling PSR in the sink via DPCD register and finally enabling PSR on the host.

[Bug 61470] Driver does not turn on LCD backlight on resume

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61470 Alex Deucher ag...@yahoo.com changed: What|Removed |Added Assignee|e...@pdx.freedesktop.org

Re: [PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: Adding Enable and Disable PSR functionalities. This includes setting the PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, enabling PSR in the sink via DPCD register and finally enabling PSR on the host.

Re: [PATCH 4/8] drm/i915: Read the EDP DPCD and PSR Capability

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:18PM -0300, Rodrigo Vivi wrote: From: Shobhit Kumar shobhit.ku...@intel.com Signed-off-by: Shobhit Kumar shobhit.ku...@intel.com v2: reuse of just created is_edp_psr and put it at right place. Signed-off-by: Rodrigo Vivi rodrigo.v...@gmail.com Reviewed-by:

[PATCH] drm/mgag200: Cleanup: Remove pointless call to drm_fb_get_bpp_depth

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- drivers/gpu/drm/mgag200/mgag200_fb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_fb.c b/drivers/gpu/drm/mgag200/mgag200_fb.c index 2f48648..d46bd2c 100644 --- a/drivers/gpu/drm/mgag200/mgag200_fb.c

[PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Christopher Harvey
These two variables are set again immediately in 'mgag200_modeset_init' Signed-off-by: Christopher Harvey char...@matrox.com --- drivers/gpu/drm/mgag200/mgag200_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c

[PATCH] drm/mgag200: Cleanup: 'fbdev_list' in 'struct mga_fbdev' is not used

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- drivers/gpu/drm/mgag200/mgag200_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/gpu/drm/mgag200/mgag200_drv.h index 5ea5033..4d932c4 100644 ---

[PATCH] mgag200: some cleanup and a fix for corrupted output

2013-02-26 Thread Christopher Harvey
Patches 1 to 4 are just cleanup. Maybe these should should be rolled into one patch? Patch 5 is a bit more complicated. On cards with very little video memory, (e.g 8MB) higher resolutions at 32bit framebuffer depths will get corrupted because the required memory is larger than what the

[PATCH] drm/mgag200: Cleanup: Pass driver specific mga_device in driver functions

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey char...@matrox.com --- drivers/gpu/drm/mgag200/mgag200_mode.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag200/mgag200_mode.c index d3d99a2..3abf197 100644 ---

Re: resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-26 Thread Greg KH
On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave Airlie wrote: On Mon, Feb 25, 2013 at 3:52 PM, Greg KH gre...@linuxfoundation.org wrote: Hi Ben, My Macbook Pro Retina fails to resume properly on 3.8. I tracked this down to

[PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Rahul Sharma
Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode and then comparing with the mixer/hdmi/phy limits is not required. Instead, drm_display_mode fields cane be directly compared. This patch is dependent on

[PATCH] drm/exynos: hdmi: move mode_fixup to drm common hdmi

2013-02-26 Thread Rahul Sharma
Currently, mode_fixup code doesn't consider the limitations of mixer as it is implemented inside the hdmi driver. Following fix, moves the mode_fixup to common drm hdmi driver. To check the mode support, it calls both, mixer and hdmi check_timing callbacks for a given resolution mode. This patch

Re: [PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Sean Paul
On Tue, Feb 26, 2013 at 7:16 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode and then comparing with the mixer/hdmi/phy limits is not required. Instead,

[Bug 61532] New: Running any Media Player or Webcam App, hangs the GPU

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61532 Priority: medium Bug ID: 61532 Assignee: dri-devel@lists.freedesktop.org Summary: Running any Media Player or Webcam App, hangs the GPU Severity: critical Classification: Unclassified

[Bug 61532] Running any Media Player or Webcam App, hangs the GPU

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61532 Binary-Synapse temp.email...@gmail.com changed: What|Removed |Added Attachment #75604|0 |1 is

[Bug 61532] Running any Media Player or Webcam App, hangs the GPU

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61532 Binary-Synapse temp.email...@gmail.com changed: What|Removed |Added Priority|medium |highest -- You

[Bug 26345] [845G] CPU/GPU incoherency

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26345 --- Comment #154 from Trey Ramsay tram...@linux.vnet.ibm.com --- These fixes are in the latest 3.8 kernel. Have the GPU hangs been fixed in earlier versions of the kernel? -- You are receiving this mail because: You are the assignee for the

[Bug 61533] New: GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 Priority: medium Bug ID: 61533 Assignee: dri-devel@lists.freedesktop.org Summary: GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 Eugene ken20...@ukr.net changed: What|Removed |Added Priority|medium |high CC|

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #1 from Eugene ken20...@ukr.net --- Created attachment 75606 -- https://bugs.freedesktop.org/attachment.cgi?id=75606action=edit syslog file with GPU lockups -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCH] drm/mgag200: Cleanup: Remove pointless call to drm_fb_get_bpp_depth

2013-02-26 Thread Paul Menzel
Dear Christopher, thank you for your patches. Not sure if you should CC some maintainer (or if you did already). Am Dienstag, den 26.02.2013, 10:53 -0500 schrieb Christopher Harvey: 1. I guess you can remove Cleanup from the commit summary. 2. Why is it »pointless«? I guess a compiler warning

Re: [PATCH] drm/mgag200: Cleanup: Pass driver specific mga_device in driver functions

2013-02-26 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:54 -0500 schrieb Christopher Harvey: Signed-off-by: Christopher Harvey char...@matrox.com --- drivers/gpu/drm/mgag200/mgag200_mode.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) […] Acked-by: Paul Menzel paulepan...@users.sourceforge.net

Re: [PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:55 -0500 schrieb Christopher Harvey: *assignments These two variables are set again immediately in 'mgag200_modeset_init' The compiler would optimize this anyway I guess. Though now it can warn us, if the code should ever change and these variable are not set

Re: [PATCH] drm/mgag200: Reject modes that are too big for VRAM

2013-02-26 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:55 -0500 schrieb Christopher Harvey: A monitor or a user could request a resolution greater than the available VRAM for the backing framebuffer. This change checks the required framebuffer size against the max VRAM size and rejects modes if they are too big.

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #2 from Alex Deucher ag...@yahoo.com --- Can you bisect? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61533 --- Comment #3 from Alex Deucher ag...@yahoo.com --- Does setting the env var R600_HYPERZ=0 help? I suspect this might actually be a bug in the 3D driver and you only see it with 3.8 since newer mesa features require newer kernels. -- You are

[Bug 26345] [845G] CPU/GPU incoherency

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26345 --- Comment #155 from Chris Wilson ch...@chris-wilson.co.uk --- (In reply to comment #154) These fixes are in the latest 3.8 kernel. Have the GPU hangs been fixed in earlier versions of the kernel? The sna fixes work with any KMS/GEM (i.e.

Re: [git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 4:05 PM, Dave Airlie airl...@linux.ie wrote: Highlights: i915: all over the map, haswell power well enhancements, valleyview macro horrors cleaned up, killing lots of legacy GTT code, Lowlight: There's something wrong with i915 DP detection or whatever. I get stuff

Re: [git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Tue, Feb 26, 2013 at 5:39 PM, Linus Torvalds torva...@linux-foundation.org wrote: Lowlight: [5.710827] [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not signal timeout (has irq: 1)! Oh, forgot to mention - this is my trusty old Westmere chip (aka Core i5-670, aka Clarkdale, aka

[Bug 60802] Corruption with DMA ring on cayman

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60802 --- Comment #29 from Alexandre Demers alexandre.f.dem...@gmail.com --- I'm sure the rendering corruption comes from a wrongly set address for Cayman (not shifted correctly at some point). It reminds me of bug 38173 and its fixes. -- You are

Re: [git pull] drm merge for 3.9-rc1

2013-02-26 Thread Dave Airlie
On Wed, Feb 27, 2013 at 11:39 AM, Linus Torvalds torva...@linux-foundation.org wrote: On Mon, Feb 25, 2013 at 4:05 PM, Dave Airlie airl...@linux.ie wrote: Highlights: i915: all over the map, haswell power well enhancements, valleyview macro horrors cleaned up, killing lots of legacy GTT

Re: [git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Tue, Feb 26, 2013 at 7:30 PM, Dave Airlie airl...@gmail.com wrote: If you want to just bump it so Ironlake isn't affected, (patch attached). It works fine 95% of the time and isn't a hard failure when it doesn't, so this isn't critical. I can wait for it to be fixed a while. Is this

Re: [PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Rahul Sharma
Thanks Sean, On Tue, Feb 26, 2013 at 10:55 PM, Sean Paul seanp...@chromium.org wrote: On Tue, Feb 26, 2013 at 7:16 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode

Re: [PATCH] drm/exynos: hdmi: using drm_display_mode timings for exynos4

2013-02-26 Thread Rahul Sharma
Thanks Sean, On Tue, Feb 26, 2013 at 11:33 PM, Sean Paul seanp...@google.com wrote: On Fri, Feb 22, 2013 at 8:32 AM, Rahul Sharma rahul.sha...@samsung.com wrote: Exynos5 is already using drm_display_mode for timings parameters. Exynos4 is also modifed to use the same. List of supported

[Bug 60802] Corruption with DMA ring on cayman

2013-02-26 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60802 --- Comment #30 from Jakob Nixdorf flo...@shadowice.org --- What do you mean by fixed, this bug or the one you linked? Because I still get the same corruptions in Trine 2 and some textures in CS:S with the newest git version of mesa. -- You are

[git pull] drm merge for 3.9-rc1

2013-02-26 Thread Dave Airlie
Hi Linus, This is the main drm pull for the 3.9-rc1 merge, and my chance to have my email published verbatim as an article by the worst news site ever. So up front, this has a massive merge conflict in drivers/gpu/drm/radeon/evergreen_cs.c I've fixed it up in drm-next-merged in the same

[Bug 61351] [r300g, bisected] some piglit tests fails with blit-based TexImage and TexSubImage

2013-02-26 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130226/d9f9f79a/attachment.html>

[git pull] drm merge for 3.9-rc1

2013-02-26 Thread Dave Airlie
> > I did the fun conflict resolution, so my tree doesn't have the ordering > changes. > > I also did some things slightly differently from you - you had left > some direct ib[] accesses that I spotted (see for example "case 0x48" > (aka "Copy L2T Frame to Field"), and yours apparently has a few

[PATCH] fbmon: use VESA_DMT_VSYNC_HIGH to fix typo

2013-02-26 Thread Jingoo Han
VESA_DMT_VSYNC_HIGH should be used instead of VESA_DMT_HSYNC_HIGH, because FB_SYNC_VERT_HIGH_ACT is related to vsync, not to hsync. Signed-off-by: Jingoo Han Cc: Steffen Trumtrar --- drivers/video/fbmon.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[Bug 61419] r600g: No OpenGL Core 3.1 available on Cayman

2013-02-26 Thread bugzilla-dae...@freedesktop.org
il because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130226/6909d369/attachment-0001.html>

[PATCH] fbmon: use VESA_DMT_VSYNC_HIGH to fix typo

2013-02-26 Thread Steffen Trumtrar
On Tue, Feb 26, 2013 at 12:05:50PM +0900, Jingoo Han wrote: > VESA_DMT_VSYNC_HIGH should be used instead of VESA_DMT_HSYNC_HIGH, > because FB_SYNC_VERT_HIGH_ACT is related to vsync, not to hsync. > > Signed-off-by: Jingoo Han > Cc: Steffen Trumtrar > --- > drivers/video/fbmon.c |2 +- > 1

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

2013-02-26 Thread Terje Bergström
On 25.02.2013 17:24, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Jan 15, 2013 at 01:43:59PM +0200, Terje Bergstrom wrote: > [...] >> diff --git a/drivers/gpu/host1x/Kconfig b/drivers/gpu/host1x/Kconfig >> index e89fb2b..57680a6 100644 >> --- a/drivers/gpu/host1x/Kconfig >>

[Bug 30167] Heroes of Newerth: Setting shader quality to medium results in corrupt rendering

2013-02-26 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/20130226/01b1b4a3/attachment.html>

[PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host.

[PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Jani Nikula
On Tue, 26 Feb 2013, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host. > > This patch is

[Bug 61470] Driver does not turn on LCD backlight on resume

2013-02-26 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/20130226/16ad8f8e/attachment.html>

[PATCH 6/8] drm/i915: Enable/Disable PSR

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:20PM -0300, Rodrigo Vivi wrote: > Adding Enable and Disable PSR functionalities. This includes setting the > PSR configuration over AUX, sending SDP VSC DIP over the eDP PIPE config, > enabling PSR in the sink via DPCD register and finally enabling PSR on > the host.

[PATCH 4/8] drm/i915: Read the EDP DPCD and PSR Capability

2013-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2013 at 07:55:18PM -0300, Rodrigo Vivi wrote: > From: Shobhit Kumar > > Signed-off-by: Shobhit Kumar > > v2: reuse of just created is_edp_psr and put it at right place. > > Signed-off-by: Rodrigo Vivi > Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/intel_dp.c | 13

[PATCH] drm/mgag200: Reject modes that are too big for VRAM

2013-02-26 Thread Christopher Harvey
A monitor or a user could request a resolution greater than the available VRAM for the backing framebuffer. This change checks the required framebuffer size against the max VRAM size and rejects modes if they are too big. This change can also remove a mode request passed in via the video=

[PATCH] drm/mgag200: Cleanup: Remove pointless call to drm_fb_get_bpp_depth

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_fb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_fb.c b/drivers/gpu/drm/mgag200/mgag200_fb.c index 2f48648..d46bd2c 100644 --- a/drivers/gpu/drm/mgag200/mgag200_fb.c +++

[PATCH] drm/mgag200: Cleanup: Remove extra variable assigns

2013-02-26 Thread Christopher Harvey
These two variables are set again immediately in 'mgag200_modeset_init' Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c index

[PATCH] drm/mgag200: Cleanup: 'fbdev_list' in 'struct mga_fbdev' is not used

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_drv.h b/drivers/gpu/drm/mgag200/mgag200_drv.h index 5ea5033..4d932c4 100644 --- a/drivers/gpu/drm/mgag200/mgag200_drv.h +++

[PATCH] mgag200: some cleanup and a fix for corrupted output

2013-02-26 Thread Christopher Harvey
Patches 1 to 4 are just cleanup. Maybe these should should be rolled into one patch? Patch 5 is a bit more complicated. On cards with very little video memory, (e.g 8MB) higher resolutions at 32bit framebuffer depths will get corrupted because the required memory is larger than what the

[PATCH] drm/mgag200: Cleanup: Pass driver specific mga_device in driver functions

2013-02-26 Thread Christopher Harvey
Signed-off-by: Christopher Harvey --- drivers/gpu/drm/mgag200/mgag200_mode.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag200/mgag200_mode.c index d3d99a2..3abf197 100644 ---

[PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Rahul Sharma
Exynos hdmi driver is using drm_display_mode for setting timing values for a supported resolution. Conversion to fb_videomode and then comparing with the mixer/hdmi/phy limits is not required. Instead, drm_display_mode fields cane be directly compared. This patch is dependent on

[PATCH] drm/exynos: hdmi: move mode_fixup to drm common hdmi

2013-02-26 Thread Rahul Sharma
Currently, mode_fixup code doesn't consider the limitations of mixer as it is implemented inside the hdmi driver. Following fix, moves the mode_fixup to common drm hdmi driver. To check the mode support, it calls both, mixer and hdmi check_timing callbacks for a given resolution mode. This patch

[PATCH] drm/exynos: hdmi: use drm_display_mode to check the supported modes

2013-02-26 Thread Sean Paul
On Tue, Feb 26, 2013 at 7:16 AM, Rahul Sharma wrote: > Exynos hdmi driver is using drm_display_mode for setting timing values > for a supported resolution. Conversion to fb_videomode and then comparing > with the mixer/hdmi/phy limits is not required. Instead, drm_display_mode > fields cane be

[Bug 61532] New: Running any Media Player or Webcam App, hangs the GPU

2013-02-26 Thread bugzilla-dae...@freedesktop.org
his issue? Thank you -- 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/20130226/f1e971d0/attachment.html>

[Bug 61532] Running any Media Player or Webcam App, hangs the GPU

2013-02-26 Thread bugzilla-dae...@freedesktop.org
ent was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130226/472bc2c7/attachment.html>

[Bug 61532] Running any Media Player or Webcam App, hangs the GPU

2013-02-26 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/20130226/74cb2d77/attachment.html>

[Bug 26345] [845G] CPU/GPU incoherency

2013-02-26 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130226/f587e6d5/attachment.html>

[Bug 61533] New: GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-dae...@freedesktop.org
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/20130226/d3e9f45a/attachment.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-dae...@freedesktop.org
||ken20001 at ukr.net -- 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/20130226/1f699592/attachment-0001.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130226/4da66d72/attachment.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20130226/d11e849c/attachment.html>

[Bug 61533] GPU lockups uccurs regularilly on kernel 3.8 caused by Opera browser hardware accelerated rendering

2013-02-26 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/20130226/4fedb84c/attachment.html>

[git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Mon, Feb 25, 2013 at 4:05 PM, Dave Airlie wrote: > > Highlights: > > i915: all over the map, haswell power well enhancements, valleyview macro > horrors cleaned up, killing lots of legacy GTT > code, Lowlight: There's something wrong with i915 DP detection or whatever. I get stuff like

[git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Tue, Feb 26, 2013 at 5:39 PM, Linus Torvalds wrote: > > Lowlight: > > [5.710827] [drm:intel_dp_aux_wait_done] *ERROR* dp aux hw did not > signal timeout (has irq: 1)! Oh, forgot to mention - this is my trusty old Westmere chip (aka "Core i5-670", aka Clarkdale, aka

[git pull] drm merge for 3.9-rc1

2013-02-26 Thread Linus Torvalds
On Tue, Feb 26, 2013 at 7:30 PM, Dave Airlie wrote: > > If you want to just bump it so Ironlake isn't affected, (patch attached). It works fine 95% of the time and isn't a hard failure when it doesn't, so this isn't critical. I can wait for it to be fixed a while. > Is this external DP monitor

resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-26 Thread Greg KH
On Mon, Feb 25, 2013 at 07:45:45PM -0800, Greg KH wrote: > On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: > > On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave Airlie wrote: > > > On Mon, Feb 25, 2013 at 3:52 PM, Greg KH > > > wrote: > > > > Hi Ben, > > > > > > > > My Macbook Pro Retina

[PATCH] drm/exynos: hdmi: using drm_display_mode timings for exynos4

2013-02-26 Thread Sean Paul
On Fri, Feb 22, 2013 at 8:32 AM, Rahul Sharma wrote: > Exynos5 is already using drm_display_mode for timings parameters. Exynos4 > is also modifed to use the same. List of supported resolutions and > corresponding timings are removed which helps is enabling some extra > resolutions. It also

resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-26 Thread James Courtier-Dutton
On 26 February 2013 17:35, Greg KH wrote: > On Mon, Feb 25, 2013 at 07:45:45PM -0800, Greg KH wrote: >> On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: >> > On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave Airlie wrote: >> > > On Mon, Feb 25, 2013 at 3:52 PM, Greg KH >> > > wrote: >> > >

resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-26 Thread Greg KH
On Tue, Feb 26, 2013 at 06:11:31PM +, James Courtier-Dutton wrote: > On 26 February 2013 17:35, Greg KH wrote: > > On Mon, Feb 25, 2013 at 07:45:45PM -0800, Greg KH wrote: > >> On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: > >> > On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave

resume fails to light display on Macbook Pro Retina on 3.8-rc1

2013-02-26 Thread Greg KH
On Tue, Feb 26, 2013 at 09:35:14AM -0800, Greg KH wrote: > On Mon, Feb 25, 2013 at 07:45:45PM -0800, Greg KH wrote: > > On Mon, Feb 25, 2013 at 02:32:43PM -0800, Greg KH wrote: > > > On Mon, Feb 25, 2013 at 04:06:02PM +1000, Dave Airlie wrote: > > > > On Mon, Feb 25, 2013 at 3:52 PM, Greg KH > >