[Bug 104551] Unable to resume from suspend AMD Radeon HD 6570

2015-09-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=104551 --- Comment #3 from Ignacio --- Created attachment 187911 --> https://bugzilla.kernel.org/attachment.cgi?id=187911&action=edit dmesg.log (radeon) -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 104551] Unable to resume from suspend AMD Radeon HD 6570

2015-09-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=104551 --- Comment #4 from Ignacio --- Created attachment 187921 --> https://bugzilla.kernel.org/attachment.cgi?id=187921&action=edit pm-suspend.log (radeon) -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 104551] Unable to resume from suspend AMD Radeon HD 6570

2015-09-18 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=104551 --- Comment #5 from Ignacio --- Created attachment 187931 --> https://bugzilla.kernel.org/attachment.cgi?id=187931&action=edit pm-powersave.log (radeon) -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
deonsi_drv.so, but for sure it's in Mesa. -- 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/20150918/e2bb0ae9/attachment-0001.html>

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20150918/950a0495/attachment.html>

[PATCH] drm/amdgpu: fix memory leak

2015-09-18 Thread Sudip Mukherjee
If amdgpu_ib_get() fails we returned the error code but we missed freeing ib. Signed-off-by: Sudip Mukherjee --- drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdg

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150918/b9c47c90/attachment.html>

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150918/b42b1551/attachment.html>

[PATCH RFC 0/8] Add New DRM Driver for Hisilicon's Hi6220 SoC

2015-09-18 Thread Xinwei Kong
hi Daniel Stone: On 2015/9/16 23:23, Daniel Stone wrote: > Hi Xinwei, > Thanks for this contribution! We look forward to seeing support for > these devices. > > This isn't an exhaustive review, but two very high-level comments > which should result in a lot of changes ... > > On 15 September 201

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
x was rolled out ~15 months ago, plus we had some BE fixes that just landed. -- 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/

[patch 4/4] drm/qxl: integer overflow in qxl_alloc_surf_ioctl()

2015-09-18 Thread Frediano Ziglio
> The size calculation can overflow. > > Signed-off-by: Dan Carpenter > > diff --git a/drivers/gpu/drm/qxl/qxl_ioctl.c > b/drivers/gpu/drm/qxl/qxl_ioctl.c > index 552dc06..5da9a60 100644 > --- a/drivers/gpu/drm/qxl/qxl_ioctl.c > +++ b/drivers/gpu/drm/qxl/qxl_ioctl.c > @@ -401,6 +401,8 @@ static

[patch 1/4] drm/qxl: integer overflow in qxl_process_single_command()

2015-09-18 Thread Frediano Ziglio
> > This size calculation can overflow on 32 bit systems leading to memory > corruption. > > Reported-by: Ilja Van Sprundel > Signed-off-by: Dan Carpenter > > diff --git a/drivers/gpu/drm/qxl/qxl_ioctl.c > b/drivers/gpu/drm/qxl/qxl_ioctl.c > index bda5c5f..eda6f30 100644 > --- a/drivers/gpu/dr

[PATCH RFC v4 1/8] ASoC: hdmi: Remove obsolete dummy HDMI codec

2015-09-18 Thread Jyri Sarha
The hdmi stub codec has not been used since refactoring of OMAP HDMI audio support. Signed-off-by: Jyri Sarha --- sound/soc/codecs/Kconfig | 4 -- sound/soc/codecs/Makefile | 2 - sound/soc/codecs/hdmi.c | 109 -- 3 files changed, 115 deletions(

[PATCH RFC v4 4/8] drm/i2c: tda998x: Add support of a DT graph of ports

2015-09-18 Thread Jyri Sarha
From: Jean-Francois Moine Two kinds of ports may be declared in a DT graph of ports: video and audio. This patch accepts the port value from a video port as an alternative to the video-ports property. It also accepts audio ports in the case the transmitter is not used as a slave encoder. The new

[PATCH RFC v4 2/8] ALSA: pcm: add IEC958 channel status helper for hw_params

2015-09-18 Thread Jyri Sarha
Add IEC958 channel status helper that gets the audio properties from snd_pcm_hw_params instead of snd_pcm_runtime. This is needed to produce the channel status bits already in audio stream configuration phase. Signed-off-by: Jyri Sarha --- include/sound/pcm_iec958.h | 2 ++ sound/core/pcm_iec95

[PATCH RFC v4 5/8] drm/i2c: tda998x: Remove include/sound/tda998x.h and fix graph parsing

2015-09-18 Thread Jyri Sarha
Move struct tda998x_audio definition to tda998x_drv.c and remove include/sound/tda998x.h. There is no external use for struct tda998x_audio. Fix graph parsing to allow ports to be inside a separate "ports"-node as specified in Documentation/devicetree/bindings/graph.txt. Signed-off-by: Jyri Sarha

[PATCH RFC v4 6/8] drm/i2c: tda998x: Improve tda998x_configure_audio() audio related pdata

2015-09-18 Thread Jyri Sarha
Declare struct tda998x_audio_params in include/drm/i2c/tda998x.h and use it in pdata and for tda998x_configure_audio() parameters. Also updates tda998x_write_aif() to use hdmi_audio_infoframe_pack() and friends. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/armada/armada_drv.c | 25 ++-- dr

[PATCH RFC v4 8/8] ARM: dts: am335x-boneblack: Add HDMI audio support

2015-09-18 Thread Jyri Sarha
Add HDMI audio support. Adds mcasp0_pins, clk_mcasp0_fixed, clk_mcasp0, mcasp0, sound node, and updates the tda19988 node to follow the new binding. Signed-off-by: Jyri Sarha --- arch/arm/boot/dts/am335x-boneblack.dts | 90 -- 1 file changed, 86 insertions(+), 4 d

[PATCH RFC v4 0/8] Implement generic ASoC HDMI codec and use it in tda998x

2015-09-18 Thread Jyri Sarha
Changes since RFC v3, ASoC side: - Add "ALSA: pcm: add IEC958 channel status helper for hw_params" - Add "tda998x: Improve tda998x_configure_audio() audio related pdata" - use snd_pcm_create_iec958_consumer_hw_params() to construct the stream header - Remove set_clk() callback from hdmi-codec. It i

[PATCH RFC v4 3/8] ASoC: hdmi-codec: Add hdmi-codec for external HDMI-encoders

2015-09-18 Thread Jyri Sarha
The hdmi-codec is a platform device driver to be registered from drivers of external HDMI encoders with I2S and/or spdif interface. The driver in turn registers an ASoC codec for the HDMI encoder's audio functionality. The structures and definitions in the API header are mostly redundant copies of

[PATCH RFC v4 7/8] drm/i2c: tda998x: Register ASoC HDMI codec for audio functionality

2015-09-18 Thread Jyri Sarha
Register ASoC HDMI codec for audio functionality. This is an initial ASoC audio implementation for tda998x driver and it does not use all the features provided by hdmi-codec. HDMI audio info-frame and audio stream header is generated by the ASoC HDMI codec. The codec also applies constraints for a

[PATCH] drm/i915: fix kernel-doc warnings in intel_audio.c

2015-09-18 Thread Jani Nikula
On Tue, 15 Sep 2015, Geliang Tang wrote: > Fix the following 'make htmldocs' warnings: > > .//drivers/gpu/drm/i915/intel_audio.c:439: warning: No description found > for parameter 'intel_encoder' > .//drivers/gpu/drm/i915/intel_audio.c:439: warning: Excess function > parameter 'encoder' desc

[PATCH] drm/i915: fix kernel-doc warnings in i915_gem.c

2015-09-18 Thread Jani Nikula
On Tue, 15 Sep 2015, Geliang Tang wrote: > Fix the following 'make htmldocs' warnings: > > .//drivers/gpu/drm/i915/i915_gem.c:1729: warning: No description found for > parameter 'vma' > .//drivers/gpu/drm/i915/i915_gem.c:1729: warning: No description found for > parameter 'vmf' > > .//driv

[PATCH] drm/i915: make prelim hw msg in log a bit more harsh

2015-09-18 Thread Jani Nikula
On Fri, 18 Sep 2015, Rob Clark wrote: > Apparently some people see this message and try to turn on > preliminary_hw_support. And then for some reason are surprised > when it doesn't work. So let's set expectations a bit lower. I think the message goes wrong already at the beginning, "hardware r

[PATCH] drm/i915: make prelim hw msg in log a bit more harsh

2015-09-18 Thread Rob Clark
On Fri, Sep 18, 2015 at 7:59 AM, Jani Nikula wrote: > On Fri, 18 Sep 2015, Rob Clark wrote: >> Apparently some people see this message and try to turn on >> preliminary_hw_support. And then for some reason are surprised >> when it doesn't work. So let's set expectations a bit lower. > > I think

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
ts.freedesktop.org/archives/dri-devel/attachments/20150918/1b7ff4e5/attachment-0001.html>

[PATCH] drm/i915: make prelim hw msg in log a bit more harsh

2015-09-18 Thread Jani Nikula
On Fri, 18 Sep 2015, Rob Clark wrote: > On Fri, Sep 18, 2015 at 7:59 AM, Jani Nikula > wrote: >> On Fri, 18 Sep 2015, Rob Clark wrote: >>> Apparently some people see this message and try to turn on >>> preliminary_hw_support. And then for some reason are surprised >>> when it doesn't work. So

[PATCH] drm/i915: make prelim hw msg in log a bit more harsh

2015-09-18 Thread Rob Clark
On Fri, Sep 18, 2015 at 10:01 AM, Jani Nikula wrote: > On Fri, 18 Sep 2015, Rob Clark wrote: >> On Fri, Sep 18, 2015 at 7:59 AM, Jani Nikula >> wrote: >>> On Fri, 18 Sep 2015, Rob Clark wrote: Apparently some people see this message and try to turn on preliminary_hw_support. And then

[PATCH 5/5] drm/tegra: Fix module autoload for OF platform driver

2015-09-18 Thread Thierry Reding
Thierry -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150918/c785cd9f/attachment.sig>

[RFC v2 0/4] MT8173 DRM support

2015-09-18 Thread Philipp Zabel
Hi, this is an update to the May RFC to add MT8173 DRM support. These patches have a build dependency on two other patches on top of v4.3-rc1: https://patchwork.kernel.org/patch/6914941 ("iommu: Implement common IOMMU ops for DMA mapping"), and https://patchwork.kernel.org/patch/6928621 ("memory:

[RFC v2 1/4] dt-bindings: drm/mediatek: Add Mediatek display subsystem dts binding

2015-09-18 Thread Philipp Zabel
From: CK Hu Add device tree binding documentation for the display subsystem in Mediatek MT8173 SoCs. Signed-off-by: CK Hu Signed-off-by: Philipp Zabel --- .../bindings/drm/mediatek/mediatek,disp.txt| 131 + .../bindings/drm/mediatek/mediatek,dsi.txt | 29 +

[RFC v2 2/4] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173.

2015-09-18 Thread Philipp Zabel
From: CK Hu This patch adds an initial DRM driver for the Mediatek MT8173 DISP subsystem. It currently supports two fixed output streams from the OVL0/OVL1 sources to the DSI0/DPI0 sinks, respectively. Signed-off-by: CK Hu Signed-off-by: YT Shen Signed-off-by: Philipp Zabel --- drivers/gpu/d

[RFC v2 3/4] drm/mediatek: Add DSI sub driver

2015-09-18 Thread Philipp Zabel
From: CK Hu Add a driver for the MIPI DSI function block of the Mediatek display subsystem. Signed-off-by: Jitao Shi Signed-off-by: Philipp Zabel --- drivers/gpu/drm/mediatek/Makefile |1 + drivers/gpu/drm/mediatek/mtk_drm_dsi.c | 1118 drivers/gpu/dr

[RFC v2 4/4] drm/mediatek: Add DRM-based framebuffer device

2015-09-18 Thread Philipp Zabel
From: CK Hu Add Mediatek legacy framebuffer support. Signed-off-by: CK Hu Signed-off-by: YT Shen --- drivers/gpu/drm/mediatek/Kconfig | 12 +++ drivers/gpu/drm/mediatek/mtk_drm_drv.c | 13 +++ drivers/gpu/drm/mediatek/mtk_drm_fb.c | 192 + drivers/gpu/

[Bug 92039] glxinfo: Error: couldn't find RGB GLX visual or fbconfig; GetVisualConfigs returns 0 visuals; All fbconfigs have VisDepth = 0

2015-09-18 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20150918/9ea15e01/attachment.html>

[PATCH 1/2] drm/vmwgfx: Fix uninitialized return in vmw_cotable_unbind()

2015-09-18 Thread Sinclair Yeh
Good catch! Reviewed-by: Sinclair Yeh On Sat, Sep 19, 2015 at 12:31:10AM +0200, Christian Engelmayer wrote: > Function vmw_cotable_unbind() uses the uninitialized variable ret as > return value. Make the result deterministic and directly return as > the variable is unused anyway. Detected by Cov

[PATCH 2/2] drm/vmwgfx: Fix uninitialized return in vmw_kms_helper_dirty()

2015-09-18 Thread Sinclair Yeh
Reviewed-by: Sinclair Yeh On Sat, Sep 19, 2015 at 12:32:24AM +0200, Christian Engelmayer wrote: > Function vmw_kms_helper_dirty() uses the uninitialized variable ret as > return value. Make the result deterministic and directly return as the > variable is unused anyway. Detected by Coverity CID 1

[RFC v2 1/4] dt-bindings: drm/mediatek: Add Mediatek display subsystem dts binding

2015-09-18 Thread Rob Herring
On Fri, Sep 18, 2015 at 11:11 AM, Philipp Zabel wrote: > From: CK Hu > > Add device tree binding documentation for the display subsystem in > Mediatek MT8173 SoCs. > > Signed-off-by: CK Hu > Signed-off-by: Philipp Zabel > --- > .../bindings/drm/mediatek/mediatek,disp.txt| 131 > +