[PATCH] nouveau: Do not leak in nv20_graph_create

2011-07-03 Thread Paul Menzel
Dear Jesper, Am Sonntag, den 03.07.2011, 12:25 +0200 schrieb Jesper Juhl: > If we return due to an unknown chipset in > drivers/gpu/drm/nouveau/nv20_graph.c:nv20_graph_create() we'll leak the > memory allocated to 'pgraph'. > > This patch should fix the leak and it also disambiguates the "PGRA

[PATCHv2] drm/radeon: Move pageflip request from vblank IRQ to ioctl

2011-07-06 Thread Paul Menzel
Am Mittwoch, den 06.07.2011, 19:04 +0100 schrieb Simon Farnsworth: > The radeon pageflip ioctl handler delayed submitting the pageflip to > hardware until the vblank IRQ handler. On AMD Fusion (PALM GPU, G-T56N > CPU), when using a reduced blanking CVT mode, a pageflip submitted to > hardware in th

radeon, Linux 2.6.39: long one minute S3 resume

2011-07-09 Thread Paul Menzel
Dear Radeon folks, I hope this is the correct list to report that problem to. Using Debian Wheezy using `linux-image-2.6.39-2-amd64` resuming from suspend takes a long time, that means until the GNOME Screensaver(?) shows up to ask for a password to login. Looking at `dmesg` I am seeing the fol

radeon, Linux 2.6.39: long one minute S3 resume because of missing firmware

2011-07-09 Thread Paul Menzel
Am Freitag, den 08.07.2011, 18:21 -0400 schrieb Alex Deucher: > On Fri, Jul 8, 2011 at 6:16 PM, Paul Menzel wrote: > > > > So there seems to be a long one minute delay before the following > > message? > > > >[ 1895.904100] r600_cp: Failed to load fi

[PATCH] video: drm: Add match table for drm platform device

2012-09-19 Thread Paul Menzel
Dear Leela, thank you for your patch. Am Mittwoch, den 19.09.2012, 00:05 +0530 schrieb Leela Krishna Amudala: > This patch adds match table for drm platform device. Please drop that line as it is the same as in the subject line. It would be better, 1. if you explain for what this will be use

r600: Evolution crashes with segmentation fault in pthread_detach

2012-09-19 Thread Paul Menzel
Dear DRI folks, Evolution 3.4.3-1 from Debian Sid/unstable crashed Core was generated by `evolution --component=mail mailto:someone at example.net'. Program terminated with signal 11, Segmentation fault. #0 0x7fa3f0f7cce9 in pthread_detach (th=140341800765184) at p

[PATCH] drm: Destroy the planes prior to destroying the associated CRTC

2012-09-19 Thread Paul Menzel
Am Mittwoch, den 19.09.2012, 11:34 +0200 schrieb Daniel Vetter: > On Mon, Sep 17, 2012 at 04:04:23PM +0100, Chris Wilson wrote: > > On Mon, 17 Sep 2012 07:55:59 -0700, Jesse Barnes > virtuousgeek.org> wrote: > > > Yeah, looks good. Did we used to not touch the crtc in the plane > > > cleanup? Ei

-next trees

2012-09-22 Thread Paul Menzel
Am Donnerstag, den 13.09.2012, 11:44 +1000 schrieb Dave Airlie: > Just a reminder to the subtree maintainers that I should be starting > to see signs of -next trees lining up soon, > > I've merged a bunch of patches from the list, but I'm sure I've forgotten > some, > I've got the 3 quirks from P

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for LG SL80

2012-09-23 Thread Paul Menzel
Am Mittwoch, den 15.08.2012, 17:18 +0200 schrieb Paul Menzel: > Date: Wed Aug 15 17:10:51 2012 +0200 > > Connecting a LG SL80 [1] a garbled screen is shown with vertical stripes > in the top half. > > In commit bc42aabc [2] > > commit bc42aabc6a01b92b

[PATCH] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for Philips 32PFL5404H

2012-09-23 Thread Paul Menzel
Am Mittwoch, den 15.08.2012, 16:31 +0200 schrieb Paul Menzel: > Date: Wed, 8 Aug 2012 23:12:19 +0200 > > < ajax> i would preface this whole discussion with the observation that all > tvs are garbage > > Connecting the Philips 32PFL5404H [1] a garbled screen is shown wi

[PATCH] drm/radeon: UVD support for RV710-SI

2013-04-04 Thread Paul Menzel
Dear Christian, dear AMD developers, Am Mittwoch, den 03.04.2013, 01:18 +0200 schrieb Christian K?nig: > the following patchset implements the kernel side of UVD support for the > radeon hardware generations RV710-SI. thank you very much for getting these patches out! > The R6xx and RS780/RS8

[PATCH 1/1] drm: Add 1600x1200 (UXGA) screen resolution to the built-in EDIDs

2013-04-07 Thread Paul Menzel
drivers/gpu/drm/drm_edid_load.c | 21 ++- > 3 files changed, 70 insertions(+), 7 deletions(-) Acked-by: Paul Menzel Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a

[PATCH] drivers/gpu/drm/nouveau: remove erroneous semicolon

2013-04-07 Thread Paul Menzel
a); > + flip->chan->data) > return true; > usleep_range(1, 2); > return false; Acked-by: Paul Menzel Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.

[RFC][PATCH] drm: add helper extracting SADs from EDID

2013-04-07 Thread Paul Menzel
Am Sonntag, den 07.04.2013, 12:52 +0200 schrieb Rafa? Mi?ecki: > Some devices (ATI/AMD cards) don't want passing ELD struct to the want to pass > hardware but just require filling specific registers and then at end: ?then *the* hardware? (I think) > hardware/firmware does the rest. In such a c

[RFC][PATCH] drm: add helper extracting SADs from EDID

2013-04-07 Thread Paul Menzel
Am Sonntag, den 07.04.2013, 14:11 +0200 schrieb Rafa? Mi?ecki: > Thanks for comments! > > 2013/4/7 Paul Menzel : > > Am Sonntag, den 07.04.2013, 12:52 +0200 schrieb Rafa? Mi?ecki: > >> +struct cea_sad *drm_edid_to_sad(struct edid *edid) > >> +{ > >> +

[PATCH 1/2] radeon: update radeon_drm.h to kernel last API additions

2013-04-09 Thread Paul Menzel
Am Montag, den 08.04.2013, 13:37 -0400 schrieb j.glisse at gmail.com: > From: Jerome Glisse Could you add the commit adding these definitions to the commit message, please? > Signed-off-by: Jerome Glisse > --- > include/drm/radeon_drm.h | 61 >

OT: GSoC project idea: Replacement of Video BIOS for native graphics initialization in coreboot

2013-04-11 Thread Paul Menzel
(Sent to dri-devel and intel-gfx lists.) Dear Linux graphics folks, coreboot has been accepted to participate in Google Summer of Code 2013 [1]. coreboot is a Free Software project aimed at replacing the proprietary BIOS (firmware) found in most computers. Please find more information about GS

[PATCH 2/6] drm/radeon: remove HDMI interrupts on Evergreen

2013-04-14 Thread Paul Menzel
Am Sonntag, den 14.04.2013, 01:26 +0200 schrieb Rafa? Mi?ecki: > We need interrupts on format change for R6xx only, where hardware seems > to be somehow bugged and requires setting audio info manually. How should this be tested? > Signed-off-by: Rafa? Mi?ecki > --- > drivers/gpu/drm/radeon/ever

[PATCH 3/6] drm/radeon: add some HDMI comments

2013-04-14 Thread Paul Menzel
Am Sonntag, den 14.04.2013, 01:26 +0200 schrieb Rafa? Mi?ecki: Maybe for a more descriptive summary: drm/radeon: Add some HDMI (audio) comments about fglrx? reg reads > Signed-off-by: Rafa? Mi?ecki > --- > drivers/gpu/drm/radeon/evergreen_hdmi.c | 14 ++ > drivers/gpu/drm/radeon/

[PATCH 4/6] drm/radeon/evergreen: setup HDMI before enabling it

2013-04-14 Thread Paul Menzel
Am Sonntag, den 14.04.2013, 01:26 +0200 schrieb Rafa? Mi?ecki: > Closed source driver fglrx seems to enable infoframes and audio packets > at the end, which makes sense, do the same. Any functionality change? Does not sound like it, but being unambiguous is better. > Signed-off-by: Rafa? Mi?ecki

[PATCH 5/6] drm/radeon/evergreen: reorder HDMI setup

2013-04-14 Thread Paul Menzel
Am Sonntag, den 14.04.2013, 01:26 +0200 schrieb Rafa? Mi?ecki: Maybe use the following for a more descriptive summary: drm/radeon/evergreen: Set up audio and ACR packets after basic init > Driver fglrx setups audio and ACR packets after basic initialization, > which sounds sane, do the same. Co

[PATCH] mgag200 code cleanup patches

2013-04-29 Thread Paul Menzel
Dear Christopher, Am Montag, den 29.04.2013, 14:37 -0400 schrieb Christopher Harvey: > I submitted these a while ago, but I think they got lost in the > mailing list. Just wanted to make sure they get a shot at the merge > window. as you resend the patches you could have easily amended the commi

[PATCH] drm/radeon: fix UPLL_REF_DIV_MASK definition

2013-04-29 Thread Paul Menzel
Dear Christian, Am Montag, den 29.04.2013, 10:20 +0200 schrieb Christian K?nig: > From: Christian K?nig > > Stupid copy & paste error over all generations. does this fix an error or was this found just by reading the code? Could please you add such information to commit message in the future?

drm fixes for 3.11: Tag more patches for stable? (was: [git pull] drm fixes)

2013-08-09 Thread Paul Menzel
Dear Dave, Am Freitag, den 09.08.2013, 05:53 +0100 schrieb Dave Airlie: [?] > The following changes since commit c095ba7224d8edc71dcef0d655911399a8bd4a3f: > > Linux 3.11-rc4 (2013-08-04 13:46:46 -0700) > > are available in the git repository at: > > git://people.freedesktop.org/~airlied/

[PATCH] drm/prime: drop reference on imported dma-buf

2012-07-24 Thread Paul Menzel
Dear Rob, Am Montag, den 23.07.2012, 18:07 -0500 schrieb Rob Clark: > From: Rob Clark > > The GEM handle takes the reference. If a driver is actually importing a > foreign dmabuf, rather than just re-importing it's own dmabuf, it needs > to do a get_dma_buf(). > > Signed-off-by: Rob Clark >

[PATCH 2/2] drm/radeon: fixup tiling group size and backendmap on r6xx-r9xx (v4)

2012-06-01 Thread Paul Menzel
Am Donnerstag, den 31.05.2012, 19:00 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Tiling group size is always 256bits on r6xx/r7xx/r8xx/9xx. Also fix and > simplify render backend map. This now properly sets up the backend map > on r6xx-9xx which should improve 3D performance.

[PATCH] drm/radeon: properly program gart on rv740, juniper, cypress, barts

2012-06-01 Thread Paul Menzel
Am Donnerstag, den 31.05.2012, 18:54 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Need to program an additional VM register. This doesn't not currently > cause any problems, but allows us to program the proper backend > map in a subsequent patch which should improve performan

[PATCH] drm/radeon: properly program gart on rv740, juniper, cypress, barts

2012-06-01 Thread Paul Menzel
Am Freitag, den 01.06.2012, 08:46 +0100 schrieb Dave Airlie: > On Fri, Jun 1, 2012 at 8:37 AM, Paul Menzel wrote: > > Am Donnerstag, den 31.05.2012, 18:54 -0400 schrieb alexdeucher at gmail.com: > >> From: Alex Deucher > >> > >> Need to program an addit

edp backtrace spam on MacBookAir4,1

2012-06-07 Thread Paul Menzel
Am Donnerstag, den 07.06.2012, 09:26 +0200 schrieb Daniel Vetter: [?] > From 709e3d49d83fb7f1c297c7c0d9e994af6571bbdb Mon Sep 17 00:00:00 2001 > From: Daniel Vetter > Date: Thu, 7 Jun 2012 08:59:49 +0200 > Subject: [PATCH] drm/i915: enable edp vdd in intel_dp_detect > > We need this for dp aux

[PATCH] drm/radeon: SI tiling fixes for display

2012-06-14 Thread Paul Menzel
Am Donnerstag, den 14.06.2012, 15:58 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher No elaborate commit messages describing the problem and the solution makes reviewing patches quite hard (at least for myself) and is up to the subsystem maintainer of course. But if I understand it c

Stripping of spaces in messages (was: [PATCH] drm/radeon: fix regression in dynpm due to multi-ring rework)

2012-06-14 Thread Paul Menzel
Dear Christian, Am Donnerstag, den 14.06.2012, 22:17 +0200 schrieb Christian K?nig: > On 14.06.2012 21:54, alexdeucher at gmail.com wrote: > > From: Alex Deucher ^ > > Not all asics have all rings, so make sure the ring is ready > > before attempting to check it in the dynp

Linux 3.2: After resume screen only turned on after switching terminals

2012-06-25 Thread Paul Menzel
Dear Linux folks, resuming from suspend to RAM the monitor was indicating by a blinking LED that it did not receive any signal. This is the first time this happened. Resuming from suspend to RAM had worked without problems before (and probably will work again the next tries). Logging in from SSH

[PATCH] i915: initialize CADL in opregion

2012-06-26 Thread Paul Menzel
Am Dienstag, den 26.06.2012, 23:07 +0200 schrieb Daniel Vetter: > On Tue, Jun 26, 2012 at 02:04:00PM -0700, Jesse Barnes wrote: > > On Tue, 26 Jun 2012 00:36:24 +0200 > > Lekensteyn wrote: > > > > > This is rather a hack to fix brightness hotkeys on a Clevo laptop. CADL > > > is not > > > used a

Linux 3.2: After resume screen only turned on after switching terminals

2012-06-30 Thread Paul Menzel
Am Dienstag, den 26.06.2012, 07:42 +0200 schrieb Michel D?nzer: > On Mon, 2012-06-25 at 21:14 +0200, Paul Menzel wrote: > > > > resuming from suspend to RAM the monitor was indicating by a blinking > > LED that it did not receive any signal. This is the first time this &

[PATCH 1/2] drm/radeon: fix HD6790, HD6570 backend programming

2012-06-01 Thread Paul Menzel
Am Donnerstag, den 31.05.2012, 19:00 -0400 schrieb alexdeucher at gmail.com: > From: Jerome Glisse A description of the problem and the fix is missing. > Bugs that should be fixed by this patch : > https://bugs.freedesktop.org/show_bug.cgi?id=49792 > https://bugzilla.kernel.org/show_bug.cgi?id=4

[PATCH v2] i915: Add option to bypass vbt table.

2012-03-01 Thread Paul Menzel
t; This change enables the use of displays where the vbt table just > > contains inappropriate values, but either the vesa defaults or > > the video=... modes do something sensible with the attached display. > > > > Reviewed-by: Paul Menzel > > Signed-off-by: Mathias Froe

[korg]help: How to submit a kernel driver on kernel.org.

2012-03-01 Thread Paul Menzel
Dear Aaron, thank you for contacting the list. We are looking forward to your patches. Am Donnerstag, den 01.03.2012, 14:05 -0500 schrieb Jerome Glisse: > On Thu, 2012-03-01 at 14:28 +0800, Aaron.Chen ??? wrote: > > I?m from Silicon Motion Technology Corporation (NasdaqGS:SIMO) Shanghai > > Of

[korg]help: How to submit a kernel driver on kernel.org.

2012-03-06 Thread Paul Menzel
Dear Aaron, Am Dienstag, den 06.03.2012, 08:47 -0500 schrieb Alex Deucher: > On Mon, Mar 5, 2012 at 11:13 PM, Aaron.Chen ??? wrote: > > Thank you very much for your guide. It's a great help for me. > > > > But I still have a little problem with the patch thing. I'm not familiar > > with the gi

[V2 PATCH 1/2] drivers-gpu-drm-allow-to-load-edid-firmware.patch

2012-03-15 Thread Paul Menzel
Dear Carsten, Am Donnerstag, den 15.03.2012, 00:35 +0100 schrieb Carsten Emde: > Einfaches Textdokument-Anlage > (drivers-gpu-drm-allow-to-load-edid-firmware.patch) somehow your message was send as an attachment. Could you configure your mailer (quilt) that it is send inline? > Broken monitors

[V2 PATCH 2/2] drivers-gpu-drm-i915-invert-backlight-brightness

2012-03-15 Thread Paul Menzel
Am Mittwoch, den 14.03.2012, 19:42 -0700 schrieb Keith Packard: > <#part sign=pgpmime> Notmuch sometimes seems to add that line. Is that a bug? > On Thu, 15 Mar 2012 00:35:46 +0100, Carsten Emde wrote: > > > This patch adds a module parameter to invert the backlight brightness > > value before

[V2 PATCH 2/2] drivers-gpu-drm-i915-invert-backlight-brightness

2012-03-15 Thread Paul Menzel
Am Donnerstag, den 15.03.2012, 00:35 +0100 schrieb Carsten Emde: > Einfaches Textdokument-Anlage > (drivers-gpu-drm-i915-invert-backlight-brightness.patch) quilt also does not adapt the subject line of the message correctly to the one of the patch. > Following the documentation of the Legacy Back

Using quilt to send patches (was: [V2 PATCH 1/2] drivers-gpu-drm-allow-to-load-edid-firmware.patch)

2012-03-18 Thread Paul Menzel
Am Donnerstag, den 15.03.2012, 11:08 +0100 schrieb Thomas Gleixner: > On Thu, 15 Mar 2012, Paul Menzel wrote: > > Am Donnerstag, den 15.03.2012, 00:35 +0100 schrieb Carsten Emde: > > > Einfaches Textdokument-Anlage > > > (drivers-gpu-drm-allow-to-load-edid-firmware.p

Using quilt to send patches (was: [V2 PATCH 1/2] drivers-gpu-drm-allow-to-load-edid-firmware.patch)

2012-03-18 Thread Paul Menzel
Am Sonntag, den 18.03.2012, 11:54 +0100 schrieb Paul Menzel: > Am Donnerstag, den 15.03.2012, 11:08 +0100 schrieb Thomas Gleixner: > > On Thu, 15 Mar 2012, Paul Menzel wrote: > > > > Am Donnerstag, den 15.03.2012, 00:35 +0100 schrieb Carsten Emde: > > > &

plugin-containe[…]: segfault in r600_dri.so[93c80000+812000]

2014-12-21 Thread Paul Menzel
Dear DRI folks, my X session crashed. $ more /var/log/Xorg.0.log.old […] [ 2509.130] (EE) [ 2509.130] (EE) Backtrace: [ 2509.626] (EE) 0: /usr/bin/Xorg (xorg_backtrace+0x52) [0xb76e9262] [ 2509.627] (EE) 1: /usr/bin/Xorg (0xb7543000+0x1aa502

[PATCH v4 1/1] video: drm: exynos: Adds display-timing node parsing using video helper function

2013-02-05 Thread Paul Menzel
Dear Vikas, thank you for the patch. Please send a fifth iteration with the following changes to the commit message. Am Dienstag, den 05.02.2013, 11:02 +0530 schrieb Vikas Sajjan: The summary should not implicitly assume ?patch? written before it. So do not add third person s to ?Add?.

答复: [PATCH]Siliconmotion initial patch

2013-02-06 Thread Paul Menzel
Dear Aaron, thank you for your patch. It is much appreciated. Here are some more comments about formal stuff in addition to what Daniel replied. Am Dienstag, den 05.02.2013, 15:51 +0800 schrieb Aaron.Chen ???: [?] > diff --git a/drivers/video/lynxfb/lynx_drv.c b/drivers/video/lynxfb/lynx_drv.c

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

2013-02-06 Thread Paul Menzel
Am Mittwoch, den 06.02.2013, 09:54 +0530 schrieb Vikas Sajjan: > Add support for parsing the display-timing node using video helper > function. > > The DT node parsing and pinctrl selection is done only if 'dev.of_node' > exists and the NON-DT logic is still maintained under the 'else' part. Last

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

2013-02-27 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

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

2013-02-27 Thread Paul Menzel
Am Dienstag, den 26.02.2013, 10:54 -0500 schrieb Christopher Harvey: > Signed-off-by: Christopher Harvey > --- > drivers/gpu/drm/mgag200/mgag200_mode.c | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) [?] Acked-by: Paul Menzel Thanks, Paul

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

2013-02-27 Thread Paul Menzel
= (void *)&mga_mode_funcs; > - dev->mode_config.min_width = 0; > - dev->mode_config.min_height = 0; > dev->mode_config.preferred_depth = 24; > dev->mode_config.prefer_shadow = 1; Acked-by: Paul Menzel Thanks, Paul -- next part -

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

2013-02-27 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.

Regression: drm/radeon: brightness control hard system lockup

2013-01-14 Thread Paul Menzel
Dear Eldad, thanks a lot for the patch. Am Sonntag, den 13.01.2013, 22:00 +0100 schrieb Eldad Zack: [?] > From 5817128d2761f60051b069d2bb31209c909b6a04 Mon Sep 17 00:00:00 2001 > From: Eldad Zack > Date: Sun, 13 Jan 2013 21:14:08 +0100 > Subject: [PATCH] drm/radeon: fix evergreen brightness

[PATCH] Revert "drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S"

2013-01-14 Thread Paul Menzel
tually be fixed as soon as we get around to implemented > DSPARB FIFO reassignment on gen 3. Reported-by: Florian Mickler > Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=52281 > Cc: stable at vger.kernel.org > Signed-off-by: Daniel Vetter Acked-by: Paul Menzel > ---

Regression: drm/radeon: brightness control hard system lockup

2013-01-14 Thread Paul Menzel
story to spot a certain fix. > > Reported-by: Eldad Zack > Signed-off-by: Alex Deucher With the above, Acked-by: Paul Menzel > --- > drivers/gpu/drm/radeon/evergreen.c |6 ++ > drivers/gpu/drm/radeon/ni.c|6 ++ > drivers/gpu/drm/radeon/r600.c

[patch] drm/nouveau/disp: sizeof() wrong pointer

2013-01-22 Thread Paul Menzel
> is 1. Did you find this by manual inspection or did you use some tool? > Signed-off-by: Dan Carpenter [?] With the typo fixed above, Acked-by: Paul Menzel Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp

Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12

2014-01-11 Thread Paul Menzel
Dear Linux folks, as reported in the channel #radeon on , with the laptop Asus U38N-C4010H with an AMD Radeon HD 7600G (Trinity A8-4555M) I am unable to get something displayed on the screen with modesetting enabled. The backlight of the screen is on, but nothing is shown on the screen. Booting w

Asus U38N: Unable to get Video BIOS on Radeon HD 7600G

2014-01-11 Thread Paul Menzel
Dear Linux developers, as reported in the channel #radeon on , I am not able to dump the Video BIOS on my Asus U38N-C4010H with AMD Radeon HD 7600G (Trinity A8-4555M). I am using Debian Sid/unstable with Linux version 3.12-1-amd64 (3.12.6-2). $ cd /sys/devices/pci\:00/\:00\:01.0

Asus U38N: Black screen with Radeon driver in Linux 3.10, 3.11 and 3.12

2014-01-13 Thread Paul Menzel
Dear Alex, thank you for your reply. Am Sonntag, den 12.01.2014, 18:36 -0500 schrieb Alex Deucher: > On Sat, Jan 11, 2014 at 4:32 PM, Paul Menzel wrote: > > as reported in the channel #radeon on , with the > > laptop Asus U38N-C4010H with an AMD Radeon HD 7600G > > (T

[PATCH] intel: Track whether a buffer is idle to avoid trips to the kernel.

2014-01-20 Thread Paul Menzel
Dear Eric, thank you for the patch. I noticed one typo. Am Mittwoch, den 15.01.2014, 00:38 -0800 schrieb Eric Anholt: > I've seen a number of apps spending unreasonable amounts of time in > drm_intel_bo_busy during the buffer mapping process. > > We can't track idleness in general, in the case

Is a stale image but moving mouse cursor a driver problem?

2014-01-20 Thread Paul Menzel
Dear DRI folks, using Debian Sid/unstable with Linux 3.12.6, GNOME 3.8 and the Radeon stack the following problem happened, I do not know what to make of it. Under unknown circumstances the GNOME Screensaver on tty7 ?freezes?. The big clock in the background can be seen, but nothing can be enter

Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card

2014-07-05 Thread Paul Menzel
Dear Linux folks, connecting a VGA monitor to the internal graphics device of the ASRock E350M1 [1], the brightness is much too high. $ lspci -tvnn [?] +-01.0 Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802] +-01.1 Advanced Micro Devic

r600: In Diablo III when the ground is covered in water, it's all messed-up.

2012-05-10 Thread Paul Menzel
Dear Mike, I have to remarks that unfortunately will not give a solution. Am Mittwoch, den 09.05.2012, 20:17 -0500 schrieb Mike Mestnik: > I found a rendering error in Diablo III, in a well there ground is > covered in water and it's all red and flickers. > > http://c566453.r53.cf2.rackcdn.com/

[PATCH 2/2] vga_switcheroo: Add the support for audio clients

2012-05-10 Thread Paul Menzel
Dear Takashi, thank you for your patches. Am Donnerstag, den 10.05.2012, 09:10 +0200 schrieb Takashi Iwai: > Add the support for audio clients to VGA-switcheroo for handling the > HDMI audio controller together with VGA switching. The id of the > audio controller should be given explicity at re

[patch] gma500: silence an unused variable warning

2012-05-10 Thread Paul Menzel
to use the new config_enabled() macro. :) Also the variable type is changed from `u32` to `int`. > Signed-off-by: Dan Carpenter Acked-by: Paul Menzel > diff --git a/drivers/gpu/drm/gma500/opregion.c > b/drivers/gpu/drm/gma500/opregion.c > index 05661bf..d2125ba 100644 > --- a/dri

[PATCH] gma500: Fix hardware cursor support for poulsbo

2012-05-13 Thread Paul Menzel
Dear Patrik, Am Sonntag, den 13.05.2012, 15:07 +0200 schrieb Patrik Jakobsson: > Poulsbo needs a physical address in the cursor base register. We allocate a > stolen memory buffer and copy the cursor image provided by userspace into it. > When/If we get our own userspace driver we can map this st

[PATCH 2/2] drm/i915: don't chnage the original mode in dp_mode_fixup

2012-05-30 Thread Paul Menzel
Am Mittwoch, den 30.05.2012, 13:52 +0200 schrieb Daniel Vetter: Typo in ?change? in the commit message. > We should only frob adjusted_mode. This is in preparation of > a massive patch by Laurent Pinchart to make the mode argument > const. > > After the prevous prep patch to use adjusted_mode->c

[PATCH] drm/omap: fix typo

2012-11-08 Thread Paul Menzel
Am Donnerstag, den 08.11.2012, 08:42 -0600 schrieb Rob Clark: > From: Rob Clark > > The patch 'drm/omap: add support for ARCH_MULTIPLATFORM' had a small > mistake, using GET_OMAP_REVISION() instead of GET_OMAP_TYPE. Please make the commit summary more specific. Maybe something like that. drm/om

[PATCH] nouveau: fix acpi edid retrieval

2012-11-08 Thread Paul Menzel
r->dcb->lvdsconf.use_acpi_for_edid) { > - if (!(nv_connector->edid = nouveau_acpi_edid(dev, connector))) { > + if ((nv_connector->edid = nouveau_acpi_edid(dev, connector))) { One pair of parentheses can go now? > status = connector_status_c

[PATCH] drm: refactor call to request_module

2013-05-08 Thread Paul Menzel
or are there any problems with stack sizes on some systems? (This patch would be good alone for decreasing the number of code lines. ;-)) > Signed-off-by: Kees Cook > --- > drivers/gpu/drm/drm_encoder_slave.c |6 +- > 1 file changed, 1 insertion(+), 5 deletions(-) Ack

Black monitor with external AMD card and coreboot: `radeon_bo_create:132 alloc size 0M bigger than 0Mb limit`

2013-05-13 Thread Paul Menzel
Dear Linux graphics folks, using the ASRock E350M1 with coreboot [1] and plugging in an external AMD graphics card, 01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Cedar PRO [Radeon HD 5450/6350] (prog-if 00 [VGA controller]) first I get Linux message output ove

Black monitor with external AMD card and coreboot: `radeon_bo_create:132 alloc size 0M bigger than 0Mb limit`

2013-05-13 Thread Paul Menzel
Am Montag, den 13.05.2013, 09:51 -0400 schrieb Jerome Glisse: > On Mon, May 13, 2013 at 8:15 AM, Paul Menzel wrote: > > using the ASRock E350M1 with coreboot [1] and plugging in an external > > AMD graphics card, > > > > 01:00.0 VGA compatible controller: Advan

[PATCH] drm: fix a use-after-free when GPU acceleration disabled

2013-05-21 Thread Paul Menzel
t; Cc: > --- > drivers/gpu/drm/drm_irq.c |6 +- > 1 files changed, 5 insertions(+), 1 deletions(-) [?] Acked-by: Paul Menzel Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 19

No common commits between agd5f’s and Linus’ Git trees (was: [pull] radeon drm-next-3.11)

2013-07-06 Thread Paul Menzel
Dear Alex, Am Freitag, den 05.07.2013, 18:24 -0400 schrieb alexdeucher at gmail.com: [?] > The following changes since commit 338a95a95508537e23c82d59a2d87be6fde4b6ff: > > drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag > (2013-07-03 17:37:31 -0400) > > are avai

[solved] No common commits between agd5f’s and Linus’ Git trees

2013-07-06 Thread Paul Menzel
Dear Alex, Am Samstag, den 06.07.2013, 11:48 +0200 schrieb Paul Menzel: > Am Freitag, den 05.07.2013, 18:24 -0400 schrieb alexdeucher at gmail.com: > > [?] > > > The following changes since commit 338a95a95508537e23c82d59a2d87be6fde4b6ff: > > > > drm/rade

Radeon DPM branch successfully tested on Radeon HD 6310 (AMD Wrestler) (was: [pull] radeon drm-next-3.11)

2013-07-06 Thread Paul Menzel
Dear Radeon folks, Am Freitag, den 05.07.2013, 18:24 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher [?] > The following changes since commit 338a95a95508537e23c82d59a2d87be6fde4b6ff: > > drm/radeon/sumo: implement support for disable_gfx_power_gating_in_uvd flag > (2013-07-03

Radeon HD 6310 (AMD Wrestler): [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-07-11 Thread Paul Menzel
Dear Linux folks, using a Linux 3.10 with the drm-next-3.11 tree from Alex Deuscher merged and built with `make deb-pkg`, it failed the last boot. [drm:evergreen_startup] *ERROR* radeon: error initializing UVD (-1). The strange thing is that it worked the last time I tried with the same Lin

[PATCH] [RFC] drm/nouveau: bring back hdmi audio device after switcheroo power down

2013-07-24 Thread Paul Menzel
Am Mittwoch, den 24.07.2013, 17:13 +1000 schrieb Dave Airlie: > After a full device powerdown via the optimus power switch, we seem > to lose the HDMI device completely on power on, this keep track of keep*s* > whether we had a hdmi audio sub function device at power on, and > pokes a magic regis

[PATCH] drm/mgag200: Don't do full cleanup if mgag200_device_init fails

2013-06-12 Thread Paul Menzel
+- > 1 file changed, 1 insertion(+), 1 deletion(-) [?] Acked-by: Paul Menzel You should always CC the maintainer when sending in patches. Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 byt

Caching of EDID for X server to decrease startup time of X server

2015-08-08 Thread Paul Menzel
Dear DRI folks, I am trying to speed up booting to the graphical login screen. The goal is, that after entering the LUKS password, the graphical login manager, GDM in my case, should be there in less than one second. I am using Debian 8.1 (Jessie) with Linux 3.16.7 and the X server 1.16.4. Curr

Brightness too high on internal AMD/ATI graphics device, but fine with external AMD/ATI graphics card

2014-10-26 Thread Paul Menzel
Am Montag, den 07.07.2014, 17:40 -0400 schrieb Alex Deucher: > On Sat, Jul 5, 2014 at 3:42 AM, Paul Menzel wrote: > > connecting a VGA monitor to the internal graphics device of the ASRock > > E350M1 [1], the brightness is much too high. [?] > It sounds like the DAC bg/adj v

[PATCH V2] drm/edid: kernel-doc minimal cleanup

2013-03-02 Thread Paul Menzel
Am Freitag, den 01.03.2013, 08:00 -0600 schrieb Nishanth Menon: > Some basic cleanups for kernel-doc errors or missing documentation > parameters. Nishanth, thanks for doing that! > Warnings generated by ./scripts/kernel-doc drivers/gpu/drm/drm_edid.c >Kerr > > Warning(drivers/gpu/drm/drm_edid.c

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Paul Menzel
Am Montag, den 04.03.2013, 11:13 -0500 schrieb Alex Deucher: > On Fri, Mar 1, 2013 at 7:40 AM, Marek Ol??k wrote: > > Signed-off-by: Marek Ol??k > > Added to my -fixes queue. Too few information in my opinion as to why this change was made. Please be strict with that. Thanks, Paul --

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

2013-03-06 Thread Paul Menzel
Dear Leela, thank you for your patch. Am Mittwoch, den 06.03.2013, 00:20 -0500 schrieb Leela Krishna Amudala: > Calculate the correct address offset values for alpha and color key > control registers and clear size control register for window 0 1. The *and* implies this should be split up into

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.

[PATCH] DRI2: don't advertise GLX_INTEL_swap_event if it can't

2013-03-13 Thread Paul Menzel
Dear Rob, Am Dienstag, den 12.03.2013, 19:44 -0400 schrieb Rob Clark: ?it? sounds strange in commit summary. > If ddx does not support swap, don't advertise it. So how is `dri2BindExtensions` changed. Some things passed beforehand are already available in `struct dri2_screen *psc`? Are bugs

[PATCH 1/2] drm/radeon/benchmark: make sure bo blit copy exists before using it

2013-03-14 Thread Paul Menzel
Dear Alex, Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Fixes a segfault on asics without a blit callback. so as a result this is not benchmarked for these ASICS, right? > Fixes: > https://bugs.freedesktop.org/show_bug.cgi?id=62239 > > S

[PATCH 2/2] drm/radeon/benchmark: allow same domains for dma copy

2013-03-14 Thread Paul Menzel
Dear Alex, Am Mittwoch, den 13.03.2013, 12:38 -0400 schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Remove old comment and allow benchmarking moves within the > same memory domain for both dma and blit methods. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_b

<    1   2   3   4