On Fri, 28 Dec 2018, Jani Nikula wrote:
> Thanks for all the reviews, pushed patches 1-5 to topic/drmp-cleanup
> with $(git merge-base drm-misc-next drm-intel-next-queued) as the
> starting point. It's also included in drm-tip now.
So I did this *before* I got the review feedback from Laurent, ba
https://bugs.freedesktop.org/show_bug.cgi?id=107561
arne_woer...@yahoo.com changed:
What|Removed |Added
Resolution|--- |FIXED
Status|NEW
https://bugs.freedesktop.org/show_bug.cgi?id=107613
--- Comment #1 from J. Andrew Lanz-O'Brien ---
Update: this bug is still present as of kernel 4.20.0-arch1-1-ARCH #1 SMP
PREEMPT Mon Dec 24 03:00:40 UTC 2018 x86_64 GNU/Linux
Setting amdgpu.dc=0 in the GRUB command fixes the issue, but then HDM
On Tue, Jan 1, 2019 at 5:30 PM Jan Vlietland wrote:
>
> Hi Ilia, many thanks for answering my mail.
>
> Tonight I tried to see what happens if I generate a xorg.conf file and place
> it in /etc/X11/xorg.conf, as described here:
> https://askubuntu.com/questions/4662/where-is-the-x-org-config-file
https://bugs.freedesktop.org/show_bug.cgi?id=109162
--- Comment #11 from Roland Scheidegger ---
These kind of bugs is usually due to app error (not requesting a depth buffer
but still needing one, relying on the implementation to provide one anyway).
Although in this case, I suppose wine could be
https://bugs.freedesktop.org/show_bug.cgi?id=109178
Jan changed:
What|Removed |Added
Version|unspecified |DRI git
Priority|medium
Hello,
An end user reportet that his ATI FirePro 2260 doesn't work anymore with
the latest Git kernel. We are a first level Linux support and we usually
compile Git kernels during the merge window time for testing. After the
update 'drm-next-2018-12-14', his ATI FirePro 2260 doesn't work anymo
From: Mark Yao
This patch adds the core display subsystem and vop nodes to rk3066.
Signed-off-by: Mark Yao
Signed-off-by: Johan Jonker
---
arch/arm/boot/dts/rk3066a.dtsi | 47 ++
1 file changed, 47 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a.d
Hi!
I'm not sure if I should have added the texas chips to the lvds_encoder_match
list in the driver, right next to the thine,thc63lvdm83d entry, but ended
up not doing that. That can always be added later, if needed...
Changes since v2:
- changed from pwdn-gpios to powerdown-gpios after discussi
On Wed 26 Dec 04:06 PST 2018, Fabio Estevam wrote:
> Since commit e6f6d63ed14c ("drm/msm: add headless gpu device for imx5")
> the DRM_MSM symbol can be selected by SOC_IMX5 causing the following
> error when building imx_v6_v7_defconfig:
>
> In file included from ../drivers/gpu/drm/msm/adreno/a5
The name powerdown-gpios is the standard property name for the
functionality covered by the previous pwdn-gpios name. This rename
should be safe to do since the linux driver supporting the binding
(lvds-encoder.c) never implemented the property, and no dts file
names it. At least not upstream.
Sig
DISCLAIMER: Use at your own risk.
For testing only!
Version: V2
Title: Enable rk3066 VOP and HDMI for MK808.
This patch serie only works in combination with a MK808 TV stick and
a rk3066 processor. Other boxes and tablets with a rk3066
need extra software for power management and lcd's.
What do
On Mon, 31 Dec 2018, Arnd Bergmann wrote:
> On Sun, Dec 30, 2018 at 12:43 AM Finn Thain
> wrote:
>
> >
> > Is there some benefit, or is that just personal taste?
> >
> > Avoiding changes to call sites avoids code review, but I think 1) the
> > thinkpad_acpi changes have already been reviewed an
On 12/28/18 7:15 AM, Bartlomiej Zolnierkiewicz wrote:
> Making FB_BACKLIGHT tristate by commit b4a1ed0cd18b ("fbdev:
> make FB_BACKLIGHT a tristate") caused unmet dependencies in
> some configurations:
>
> WARNING: unmet direct dependencies detected for FB_BACKLIGHT
> Depends on [m]: HAS_IOMEM [
Hi Ben, David and Daniel ,
First of all happy new year. Based on advice of Greg K-H herewith a mail
about a number of Nouveau issues with my laptop.
I installed various Kali linux versions up to Linux 4.20.0-rc7
(downloaded, compiled and installed) on a Samsung NP900X5N laptop and
have an is
From: Mark Yao
This patch adds the rk3066 VOP definitions.
The VOP or LCD Controller serves as interface between
framebuffer memory and a display device (LCD panel or TV set).
This SOC has two symmetrical LCDC's for a dual panel application.
A LCDC has 5 display layers.
Only 3 are used here.
When creating frame buffer, userspace may request to attach to a
previously allocated GEM object that is smaller than what GPU
requires. Validation must be done to prevent out-of-bound DMA,
otherwise it could be exploited to reveal sensitive data.
This fix is not done in a common code path because
Userspace may request pitch alignment that is not supported by GPU.
Some requests 32, but GPU ignores it and uses default 64 when cpp is
4. If GEM object is allocated based on the smaller alignment, GPU
DMA will go out of bound.
Cc: sta...@vger.kernel.org # v4.2+
Signed-off-by: Yu Zhao
---
drive
FYI, I already had a patch fixing this error (it is in linux-next:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/include/linux/qcom_scm.h).
This one is probably better though.
On 12/28/2018 02:31 PM, Bjorn Andersson wrote:
On Wed 26 Dec 04:06 PST 2018, Fabio Estevam w
Hello,
syzbot found the following crash on:
HEAD commit:903b77c63167 Merge tag 'linux-kselftest-4.21-rc1' of git:/..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=12d0f55340
kernel config: https://syzkaller.appspot.com/x/.config?x=53a2f2aa0b1f7606
da
From: Finley Xiao
Add CLK_SET_RATE_PARENT for lcdc dclk.
Signed-off-by: Finley Xiao
Signed-off-by: Johan Jonker
---
drivers/clk/rockchip/clk-rk3188.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/clk/rockchip/clk-rk3188.c
b/drivers/clk/rockchip/clk-rk3188.c
This patch enables the vop0 and hdmi nodes
for a MK808 with rk3066 processor.
Signed-off-by: Johan Jonker
---
arch/arm/boot/dts/rk3066a-mk808.dts | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a-mk808.dts
b/arch/arm/boot/dts/rk3066a-mk808.dts
index b6a
'ctx->handle' is unsigned, it never less than zero.
This patch use int 'tmp_handle' to handle the err condition.
Fixes: 62968144e673 ("drm: convert drm context code to use Linux idr")
Signed-off-by: YueHaibing
---
drivers/gpu/drm/drm_context.c | 15 +--
1 file changed, 9 insertions(+
This commit adds node for Exynos Rorator device,
so it can be used on all s5pv210 based devices.
Signed-off-by: Paweł Chmiel
---
arch/arm/boot/dts/s5pv210.dtsi | 9 +
1 file changed, 9 insertions(+)
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi
index 75f45
On Fri 28 Dec 11:52 PST 2018, Fabio Estevam wrote:
> Hi Bjorn,
>
> On Fri, Dec 28, 2018 at 5:31 PM Bjorn Andersson
> wrote:
[..]
> > Fabio, please use get_maintainers, so your patches hits the appropriate
> > mailing lists (linux-arm-msm@ in this case)
[..]
> By the way, I just ran get_maintaine
This patchset adds support for s5pv210 soc, into
Samsung DRM Rotator driver. Currently only NV12 and XRGB formats
are supported.
It was tested by using simple tool from
https://www.spinics.net/lists/linux-samsung-soc/msg60498.html
Changes from v1:
- fixed order of chipsets in documentati
Drop #address-cells and #size-cells from the root node in the
example, they are unused.
Reviewed-by: Rob Herring
Signed-off-by: Peter Rosin
---
Documentation/devicetree/bindings/display/bridge/lvds-transmitter.txt | 2 --
1 file changed, 2 deletions(-)
diff --git
a/Documentation/devicetree/bi
DS90C185 has a shutdown pin which does not fit in the lvds-transmitter
binding, which is meant to be generic.
The sister chip DS90C187 is similar to DS90C185, describe it here as well.
Signed-off-by: Peter Rosin
---
.../bindings/display/bridge/lvds-transmitter.txt | 8 +---
.../bindings/disp
From: Zheng Yang
Introduce rk3066 hdmi.
Signed-off-by: Zheng Yang
Signed-off-by: Johan Jonker
---
drivers/gpu/drm/rockchip/Kconfig| 8 +
drivers/gpu/drm/rockchip/Makefile | 1 +
drivers/gpu/drm/rockchip/rk3066_hdmi.c | 928
drivers/g
Hello,
syzbot found the following crash on:
HEAD commit:5694cecdb092 Merge tag 'arm64-upstream' of git://git.kerne..
git tree: upstream
console output: https://syzkaller.appspot.com/x/log.txt?x=124eebc740
kernel config: https://syzkaller.appspot.com/x/.config?x=91a256823ef17263
da
On Fri 28 Dec 07:39 PST 2018, Jonathan marek wrote:
> FYI, I already had a patch fixing this error (it is in linux-next:
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/include/linux/qcom_scm.h).
> This one is probably better though.
>
I thought I had seen this before,
On Sat, Dec 29, 2018 at 10:19:32AM -0200, Fabio Estevam wrote:
> Hi Bjorn,
>
> On Fri, Dec 28, 2018 at 10:27 PM Bjorn Andersson
> wrote:
>
> > Sorry about that, I forgot that the header file is not covered by the
> > MAINTAINERS file.
> >
> > Your second patch looks good, but I'm hoping we can m
This commit documents new compatible for s5pv210 soc,
which will be also supported by this driver.
Signed-off-by: Paweł Chmiel
---
Changes from v1:
- Removed list enumeration
- Placed s5pv210 at beginning of list (it's the oldest chipset)
---
Documentation/devicetree/bindings/gpu/samsung-rot
On Sat, 29 Dec 2018, LEROY Christophe wrote:
> Finn Thain a ?crit?:
>
> > Make use of arch_nvram_ops in device drivers so that the nvram_* function
> > exports can be removed.
> >
> > Since they are no longer global symbols, rename the PPC32 nvram_* functions
> > appropriately.
> >
> > Signed-
A MK808 TV stick with rk3066 processor
boots normal with logo and console,
but after booting the monitor remains black.
This patch fixes a vblank wait time out
by adding HCLK_HDMI to the pmu node.
The HCLK_HDMI clock is now part of the logic
that enables the RK3066_PD_VIO power domain.
Signed-off-
Finn Thain a écrit :
Make use of arch_nvram_ops in device drivers so that the nvram_* function
exports can be removed.
Since they are no longer global symbols, rename the PPC32 nvram_* functions
appropriately.
Signed-off-by: Finn Thain
---
arch/powerpc/kernel/setup_32.c | 8
From: Zheng Yang
This patch adds the hdmi nodes to rk3066.
Signed-off-by: Zheng Yang
Signed-off-by: Johan Jonker
---
arch/arm/boot/dts/rk3066a.dtsi | 44 ++
1 file changed, 44 insertions(+)
diff --git a/arch/arm/boot/dts/rk3066a.dtsi b/arch/arm/boot/dt
This commit adds support for s5pv210.
Currently only NV12 and XRGB formats are supported.
It was tested by using tool from
https://www.spinics.net/lists/linux-samsung-soc/msg60498.html
Signed-off-by: Paweł Chmiel
---
drivers/gpu/drm/exynos/exynos_drm_rotator.c | 23 +
1 f
Make the code easier to read and modify.
Signed-off-by: Peter Rosin
---
drivers/gpu/drm/bridge/lvds-encoder.c | 19 +--
1 file changed, 9 insertions(+), 10 deletions(-)
diff --git a/drivers/gpu/drm/bridge/lvds-encoder.c
b/drivers/gpu/drm/bridge/lvds-encoder.c
index 75b0d3f6e4de
Optionally power down the LVDS-encoder when it is not in use.
Signed-off-by: Peter Rosin
---
drivers/gpu/drm/bridge/lvds-encoder.c | 34 ++
1 file changed, 34 insertions(+)
diff --git a/drivers/gpu/drm/bridge/lvds-encoder.c
b/drivers/gpu/drm/bridge/lvds-encoder.
On 12/30/18 11:08 AM, Sam Ravnborg wrote:
> On Sun, Dec 30, 2018 at 06:48:24PM +0100, Sam Ravnborg wrote:
>> The goal with this small series
>
> The series should have been a reply to this cover letter,
> but my tooling lost me - sorry!
>
> Sam
>
Hi Sam,
And the $subjects that say "reply
On Tue, Jan 1, 2019 at 4:06 PM Jan Vlietland wrote:
>
> Hi Ben, David and Daniel ,
>
> First of all happy new year. Based on advice of Greg K-H herewith a mail
> about a number of Nouveau issues with my laptop.
>
> I installed various Kali linux versions up to Linux 4.20.0-rc7
> (downloaded, compi
https://bugs.freedesktop.org/show_bug.cgi?id=104206
JerryD changed:
What|Removed |Added
CC||jvdeli...@charter.net
--- Comment #21 from Jer
https://bugs.freedesktop.org/show_bug.cgi?id=108992
--- Comment #20 from Ian Kidd ---
Seeing same issue with Dell 5575 (AMD 2500u, Vega mobile) on 4.20 Release.
iommu=soft seems to allow boot.
Kernel Log: https://gist.github.com/ikidd/692dea4c63cc7656247071322d066405
--
You are receiving this
https://bugs.freedesktop.org/show_bug.cgi?id=107261
--- Comment #12 from Alex Deucher ---
Depending on your configuration, it may be fixed with this patch:
https://cgit.freedesktop.org/drm/drm/commit/?id=8c9d90eebd23b6d40ddf4ce5df5ca2b932336a06
--
You are receiving this mail because:
You are th
https://bugs.freedesktop.org/show_bug.cgi?id=108771
Alex Deucher changed:
What|Removed |Added
Summary|[amdgpu] *ERROR* ring gfx |[amdgpu] hang with The Last
https://bugs.freedesktop.org/show_bug.cgi?id=109206
--- Comment #1 from grak...@gmail.com ---
Created attachment 142935
--> https://bugs.freedesktop.org/attachment.cgi?id=142935&action=edit
Kernel 4.20 log showing firmware loading crash
--
You are receiving this mail because:
You are the assig
https://bugs.freedesktop.org/show_bug.cgi?id=109206
Bug ID: 109206
Summary: Kernel 4.20 amdgpu fails to load firmware on Ryzen
2500U
Product: DRI
Version: DRI git
Hardware: x86-64 (AMD64)
OS: Linux (All)
48 matches
Mail list logo