[Bug 96361] New: [Bisected, radeon]Non-infinite boot loop since v3.13

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96361 Bug ID: 96361 Summary: [Bisected, radeon]Non-infinite boot loop since v3.13 Product: Drivers Version: 2.5 Kernel Version: 3.19 Hardware: x86-64 OS: Linux

[git pull] drm fixes

2015-04-08 Thread Dave Airlie
Hi Linus, Final drm fixes, one core locking imbalance regression, and a bunch of i915 baytrail s/r fixes. going to be away for a few days, but should still have email at least. Dave. The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1: Linux 4.0-rc7 (2015-04-06

[Bug 89944] GPU crash in Civilization 5

2015-04-08 Thread bugzilla-dae...@freedesktop.org
ts parent if you think comparing them is of any use. -- 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/20150408/39842a9f/attachment-0001.html>

[Bug 88364] Xorg hangs after videocard switching

2015-04-08 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150408/c5d86e11/attachment.html>

[PATCH] drm/nouveau/bios: 0 means success for nvbios_extend

2015-04-08 Thread Jan Vesely
Bugzilla:https://bugs.freedesktop.org/show_bug.cgi?id=89047 CC: David Airlie CC: Ben Skeggs CC: dri-devel at lists.freedesktop.org CC: linux-kernel at vger.kernel.org Signed-off-by: Jan Vesely --- It's needed for 3.19 too drivers/gpu/drm/nouveau/nvkm/subdev/bios/shadow.c | 2 +-

[Intel-gfx] [PATCH 4/9] drm/i915: Add check for corrupt raw EDID header for Displayport compliance testing

2015-04-08 Thread Paulo Zanoni
2015-04-08 18:43 GMT-03:00 Todd Previte : > > > On 4/8/2015 9:51 AM, Paulo Zanoni wrote: >> >> 2015-03-31 14:15 GMT-03:00 Todd Previte : >>> >>> Displayport compliance test 4.2.2.6 requires that a source device be >>> capable of detecting >>> a corrupt EDID. To do this, the test sets up an invalid

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1

[PATCH v3] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
To fix pop noise when shutdown,the pop noise during shutdown is the pmic cutoff power of codec without any notice. Signed-off-by: jay.xu Signed-off-by: zhengxing Signed-off-by: Caesar Wang --- Changes in v3: - modify the shutdown function before remove(..) - fix the `Serien-cc` Changes in

[PATCH v2] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
Kever, 在 2015年04月08日 18:51, Kever Yang 写道: > Hi Caesar, > > On 04/08/2015 06:18 PM, Caesar Wang wrote: >> To fix pop noise when shutdown,the pop noise during shutdown >> is the pmic cutoff power of codec without any notice. >> >> Signed-off-by: jay.xu >> Signed-off-by: zhengxing >>

[PATCH v2] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Kever Yang
Hi Caesar, On 04/08/2015 06:18 PM, Caesar Wang wrote: > To fix pop noise when shutdown,the pop noise during shutdown > is the pmic cutoff power of codec without any notice. > > Signed-off-by: jay.xu > Signed-off-by: zhengxing > Signed-off-by: Caesar Wang > > Serien-cc: linux-kernel at

[Bug 96351] New: System hangs up after update to any kernel newer than 3.12*

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 Bug ID: 96351 Summary: System hangs up after update to any kernel newer than 3.12* Product: Drivers Version: 2.5 Kernel Version: 3.19.3-100.fc20.i686 Hardware: x86-64

[PATCH v2] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
To fix pop noise when shutdown,the pop noise during shutdown is the pmic cutoff power of codec without any notice. Signed-off-by: jay.xu Signed-off-by: zhengxing Signed-off-by: Caesar Wang Serien-cc: linux-kernel at vger.kernel.org Serien-cc: devicetree at vger.kernel.org Serien-cc: dianders

[PATCH] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
Mark, 在 2015年04月08日 17:50, Mark Brown 写道: > On Wed, Apr 08, 2015 at 04:52:08PM +0800, Caesar Wang wrote: > >> +static void max98090_i2c_shutdown(struct i2c_client *i2c) >> +{ >> +struct max98090_priv *max98090 = dev_get_drvdata(>dev); >> + >> +dev_info(>dev, "shut down

[PATCH] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
Heiko, 在 2015年04月08日 17:25, Heiko Stübner 写道: > Hi Caesar, > > Am Mittwoch, 8. April 2015, 16:52:08 schrieb Caesar Wang: >> To fix pop noise when shutdown,the pop noise during shutdown >> is the pmic cutoff power of codec without any notice. >> >> Signed-off-by: jay.xu >>

[PATCH v3] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Mark Brown
c Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/205c6ef6/attachment.sig>

[PATCH libdrm 3/3] man: rework the Makefile.am

2015-04-08 Thread Emil Velikov
Remove GNU make specific constructs and take into consideration that Solaris man 7 is not the same as Linux man 7. This commit introduces a dependency of xorg-macros 1.12 (released 4+ years ago) which is used to handle the above man section discrepancies. Cc: Niveditha Rau Signed-off-by: Emil

[PATCH libdrm 2/3] drm: use c99 __func__ over __FUNCTION__

2015-04-08 Thread Emil Velikov
Signed-off-by: Emil Velikov --- intel/intel_bufmgr_fake.c | 19 +++ tests/drmstat.c | 7 +-- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/intel/intel_bufmgr_fake.c b/intel/intel_bufmgr_fake.c index 54a3983..75387b7 100644 ---

[PATCH libdrm 1/3] configure: request/set the compiler in C99 mode

2015-04-08 Thread Emil Velikov
Required by intel and drmstat at least. Considering that every compiler used to build libdrm is C99 compatible, just enable it for the whole build. Signed-off-by: Emil Velikov --- configure.ac | 5 + intel/Makefile.am | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git

[Bug 73528] Deferred lighting in Second Life causes system hiccups and screen flickering

2015-04-08 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/660c21dc/attachment-0001.html>

[Bug 89957] vm protection faults in piglit lest: texsubimage cube_map_array pbo

2015-04-08 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/20150408/f55a030a/attachment.html>

[Bug 89957] vm protection faults in piglit lest: texsubimage cube_map_array pbo

2015-04-08 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/6acdc1eb/attachment.html>

[PATCH] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
To fix pop noise when shutdown,the pop noise during shutdown is the pmic cutoff power of codec without any notice. Signed-off-by: jay.xu Signed-off-by: zhengxing Signed-off-by: Caesar Wang Serien-cc: linux-kernel at vger.kernel.org Serien-cc: devicetree at vger.kernel.org Serien-cc: dianders

[PATCH 0/1] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Caesar Wang
Tested on veyron devices,play music then shutdown device,here carefully to speaker or headphone. Caesar Wang (1): ASoC: max98090: add shutdown callback for max98090 sound/soc/codecs/max98090.c | 17 + 1 file changed, 17 insertions(+) -- 1.9.1

[PATCH 1/1] drm/exynos: Fix FIMD buffer size calculation

2015-04-08 Thread Daniel Stone
Commit adacb228d72b ("drm: Exynos: Respect framebuffer pitch for FIMD/Mixer") fixed the buffer size calculation by using the FB pitch value but later commit 26b9c2813ede1 ("drm/exynos: remove struct *_win_data abstraction on planes") added a regression so fix the buffer size calculation again.

[Intel-gfx] [PATCH 4/9] drm/i915: Add check for corrupt raw EDID header for Displayport compliance testing

2015-04-08 Thread Todd Previte
On 4/8/2015 9:51 AM, Paulo Zanoni wrote: > 2015-03-31 14:15 GMT-03:00 Todd Previte : >> Displayport compliance test 4.2.2.6 requires that a source device be capable >> of detecting >> a corrupt EDID. To do this, the test sets up an invalid EDID header to be >> read by the source >> device.

[PATCH 2/3] drm:msm: Initial Add Writeback Support

2015-04-08 Thread jil...@codeaurora.org
> On Tue, Apr 07, 2015 at 03:55:45PM -, jilaiw at codeaurora.org wrote: >> > On Thu, Apr 02, 2015 at 10:29:52AM -0400, Rob Clark wrote: >> >> So, from a quick look, it seems like there is a lot of potential to >> >> split the v4l part out into some drm helpers.. it looks pretty >> >>

[Bug 88493] No hdmi audio an agd5f 3.20-wip since consolidate audio_get_pin() functions

2015-04-08 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20150408/cfb891cc/attachment-0001.html>

[Intel-gfx] [PATCH 4/9] drm/i915: Add check for corrupt raw EDID header for Displayport compliance testing

2015-04-08 Thread Paulo Zanoni
2015-03-31 14:15 GMT-03:00 Todd Previte : > Displayport compliance test 4.2.2.6 requires that a source device be capable > of detecting > a corrupt EDID. To do this, the test sets up an invalid EDID header to be > read by the source > device. Unfortunately, the DRM EDID reading and parsing

[PATCH 1/1] drm/exynos: Fix FIMD buffer size calculation

2015-04-08 Thread Gustavo Padovan
2015-04-08 Daniel Stone : > Commit adacb228d72b ("drm: Exynos: Respect framebuffer pitch for > FIMD/Mixer") fixed the buffer size calculation by using the FB > pitch value but later commit 26b9c2813ede1 ("drm/exynos: remove > struct *_win_data abstraction on planes") added a regression so > fix

[Bug 89954] Dota2 crashes computer while playing when probably loading new particles

2015-04-08 Thread bugzilla-dae...@freedesktop.org
-devel/attachments/20150408/35644e6b/attachment.html>

[PATCH RFC 000/111] Etnaviv DRM driver

2015-04-08 Thread Jean-Michel Hautbois
Hi Lucas, Thanks for the patch series ! It sounds great, even if it probably needs to be squashed down to some patches, as most of the patches are fixes. 2015-04-02 22:01 GMT+02:00 Robert Nelson : > On Thu, Apr 2, 2015 at 10:59 AM, Lucas Stach > wrote: >> Am Donnerstag, den 02.04.2015, 16:43

[PATCH 1/4] drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr

2015-04-08 Thread Christian König
On 31.03.2015 18:13, Alex Deucher wrote: > On Tue, Mar 31, 2015 at 11:36 AM, Christian König > wrote: >> From: Christian König >> >> We somehow try to free the SG table twice. >> >> Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=89734 >> >> Signed-off-by: Christian König >> Cc: > For

[PATCH 2/2] drm/msm: dsi: Provide option to force continuous HS clock

2015-04-08 Thread Archit Taneja
Some DSI peripherals rely on the HS clock on DSI clock lane as their clock source. If the clock lane transitions between HS and LP states, it can disrupt the functioning of such peripherals. The mipi dsi mode flag MIPI_DSI_CLOCK_NON_CONTINUOUS already exists for such peripheral drivers. Use it to

[PATCH 1/2] drm/msm: dsi: Update headers (add DSI_LANE_CTRL register)

2015-04-08 Thread Archit Taneja
DSI_LANE_CTRL provides bitfield CLKLN_HS_FORCE_REQUEST that forces the DSI clock lane to always enter HS mode. This is needed by some DSI peripherals which rely on the DSI clock lane as their clock source. If the clock lane transitions between different states, it can disrupt the functioning of

[GIT PULL] Use of-graph helpers to loop over endpoints

2015-04-08 Thread Philipp Zabel
On Wed, Apr 08, 2015 at 11:23:29AM +1000, Dave Airlie wrote: > On 31 March 2015 at 21:58, Philipp Zabel wrote: > > Hi Dave, > > > > now that the of-graph helper tag has been merged into > > git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next > > could you merge it and these

[PATCH] rnndb: dsi: Add DSI_LANE_CTRL info

2015-04-08 Thread Archit Taneja
DSI_LANE_CTRL register provides a bitfield CLKLN_HS_FORCE_REQUEST that forces the clock lane to always enter HS mode. This is needed by certain DSI peripherals which rely on the DSI host as their external clock source. Signed-off-by: Archit Taneja --- rnndb/dsi/dsi.xml | 3 +++ 1 file changed,

st_TexSubImage: unaligned memcpy performance

2015-04-08 Thread Vasilis Liaskovitis
*, QOpenGLPixelTransferOptions const*) () from /opt/build/Qt/5.4/gcc_64/lib/libQt5Gui.so.5 thanks for any help, - Vasilis -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/5ed89b25/attachment-0001.html>

[PATCH] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Heiko Stübner
Hi Caesar, Am Mittwoch, 8. April 2015, 16:52:08 schrieb Caesar Wang: > To fix pop noise when shutdown,the pop noise during shutdown > is the pmic cutoff power of codec without any notice. > > Signed-off-by: jay.xu > Signed-off-by: zhengxing > Signed-off-by: Caesar Wang > > Serien-cc:

[GIT PULL] Use of-graph helpers to loop over endpoints

2015-04-08 Thread Dave Airlie
On 31 March 2015 at 21:58, Philipp Zabel wrote: > Hi Dave, > > now that the of-graph helper tag has been merged into > git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next > could you merge it and these patches that use it to clean up looping > over of-graph endpoints in drm

[PATCH] drm/bridge: dw-hdmi: Staticize dw_hdmi_bridge_funcs

2015-04-08 Thread Thierry Reding
gp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/7c0bc66f/attachment-0001.sig>

[PATCH RFC 003/111] staging: etnaviv: add drm driver

2015-04-08 Thread Lucas Stach
Am Mittwoch, den 08.04.2015, 10:13 +1000 schrieb Dave Airlie: > >> Okay got it. > >> > >> > In the common case when nothing has disturbed the context we don't want > >> > to insert the context buffer, as we really want minimal state updates in > >> > that case. We need a way to tell the kernel

[PATCH RFC 102/111] staging: etnaviv: separate GPU pipes from execution state

2015-04-08 Thread Lucas Stach
Am Dienstag, den 07.04.2015, 18:14 -0400 schrieb Rob Clark: > On Tue, Apr 7, 2015 at 12:59 PM, Christian Gmeiner > wrote: > >>> And each Core(/FE) has its own device node. Does this make any sense? > >>> > >> And I don't get why each core needs to have a single device node. IMHO > >> this is

[PATCH RFC 102/111] staging: etnaviv: separate GPU pipes from execution state

2015-04-08 Thread Lucas Stach
Am Dienstag, den 07.04.2015, 22:25 +0100 schrieb Russell King - ARM Linux: > On Tue, Apr 07, 2015 at 06:59:59PM +0200, Christian Gmeiner wrote: > > Hi Lucas. > > > > 2015-04-07 17:29 GMT+02:00 Lucas Stach : > > > And I don't get why each core needs to have a single device node. IMHO > > > this is

[PATCH] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Mark Brown
ed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/c43d88ca/attachment.sig>

[PATCH] drm/msm: Fix a couple of 64-bit build warnings

2015-04-08 Thread Thierry Reding
From: Thierry Reding Avoid casts from pointers to fixed-size integers to prevent the compiler from warning. Print virtual memory addresses using %p instead. Also turn a couple of %d/%x specifiers into %zu/%zd/%zx to avoid further warnings due to mismatched format strings.

[PATCH 0/1] ASoC: max98090: add shutdown callback for max98090

2015-04-08 Thread Mark Brown
attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150408/d5abf5d4/attachment.sig>

[PATCH RFC 102/111] staging: etnaviv: separate GPU pipes from execution state

2015-04-08 Thread Lucas Stach
Am Dienstag, den 07.04.2015, 18:59 +0200 schrieb Christian Gmeiner: > Hi Lucas. [...] > >> I don't get you naming scheme - sorry. > >> > >> For me one Core has a single FE. This single FE can have one pipe or > >> multiple pipes. A pipe is the execution unit select via SELECT_PIPE > >> command

[PULL] drm-intel-fixes

2015-04-08 Thread Jani Nikula
Hi Dave, three commits, all cc: stable, to address Baytrail suspend/resume issues. BR, Jani. The following changes since commit f22e6e847115abc3a0e2ad7bb18d243d42275af1: Linux 4.0-rc7 (2015-04-06 15:39:45 -0700) are available in the git repository at:

[PATCH RFC 003/111] staging: etnaviv: add drm driver

2015-04-08 Thread Dave Airlie
>> Okay got it. >> >> > In the common case when nothing has disturbed the context we don't want >> > to insert the context buffer, as we really want minimal state updates in >> > that case. We need a way to tell the kernel which command buffer is the >> > context buffer, so the kernel only splices

[PATCH 2/3] drm:msm: Initial Add Writeback Support

2015-04-08 Thread Daniel Vetter
On Tue, Apr 07, 2015 at 03:55:45PM -, jilaiw at codeaurora.org wrote: > > On Thu, Apr 02, 2015 at 10:29:52AM -0400, Rob Clark wrote: > >> So, from a quick look, it seems like there is a lot of potential to > >> split the v4l part out into some drm helpers.. it looks pretty > >> generic(ish),

[PATCH v3 1/4] drm/layerscape: Add Freescale DCU DRM driver

2015-04-08 Thread Stefan Agner
On 2015-04-08 09:17, Jianwei.Wang at freescale.com wrote: > Hi Stefan, > >> -Original Message- >> From: Stefan Agner [mailto:stefan at agner.ch] >> Sent: Tuesday, April 07, 2015 8:12 PM >> To: Wang Jianwei-B52261 >> Cc: Wood Scott-B07421; airlied at linux.ie; dri-devel at >>

[Bug 89734] GL_AMD_pinned_memory extension causing a kernel hardlock

2015-04-08 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/20150408/da40878d/attachment.html>

[Bug 94471] Displayport monitor randomly disconnects

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=94471 --- Comment #4 from Leho Kraav --- Forgot to say, on topic of the bug title, I'm also experiencing occasional random monitor disconnections in the middle of work. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 94471] Displayport monitor randomly disconnects

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=94471 Leho Kraav changed: What|Removed |Added CC||leho at kraav.com --- Comment #3 from Leho

[PATCH RFC 102/111] staging: etnaviv: separate GPU pipes from execution state

2015-04-08 Thread Christian Gmeiner
2015-04-07 23:25 GMT+02:00 Russell King - ARM Linux : > On Tue, Apr 07, 2015 at 06:59:59PM +0200, Christian Gmeiner wrote: >> Hi Lucas. >> >> 2015-04-07 17:29 GMT+02:00 Lucas Stach : >> > And I don't get why each core needs to have a single device node. IMHO >> > this is purely an implementation

[PATCH v3 1/4] drm/layerscape: Add Freescale DCU DRM driver

2015-04-08 Thread jianwei.w...@freescale.com
Hi Stefan, > -Original Message- > From: Stefan Agner [mailto:stefan at agner.ch] > Sent: Tuesday, April 07, 2015 8:12 PM > To: Wang Jianwei-B52261 > Cc: Wood Scott-B07421; airlied at linux.ie; dri-devel at > lists.freedesktop.org; > devicetree at vger.kernel.org; Xiubo Li; Wang