https://bugzilla.kernel.org/show_bug.cgi?id=205815
Bug ID: 205815
Summary: When playing a wine game, got black screen then screen
flickers, game crashes and back to normal
Product: Drivers
Version: 2.5
Kernel Version: 5.4.2-1~exp1 (Debian experimental)
Hardware: x86-64
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: …
[View More]Video(DRI - non Intel)
Assignee: drivers_video-dri(a)kernel-bugs.osdl.org
Reporter: ramaspaceship(a)free.fr
Regression: No
Created attachment 286235
--> https://bugzilla.kernel.org/attachment.cgi?id=286235&action=edit
System journal
Since I use a Ryzen 5 3400G I have trouble playing the Wine game I use to play.
I have tried several kernels, and seen a lot of progress from 4.19 to 5.4.
But it still fails after a while. I use Debian Buster with the latest Debian
experimental kernel (5.4.2), Xorg and Mesa are from Sid.
I attached the system journal of the last try (and failure).
--
You are receiving this mail because:
You are watching the assignee of the bug.
[View Less]
This series make it possible to use more HDMI modes on RK3328,
and presumably also on RK3228. It also prepares for a future YUV420 and
10-bit output series.
Part of this has been reworked from vendor BSP 4.4 kernel commits.
Patch 1-5 fixes issues and shortcomings in the inno hdmi phy driver.
Patch 6 prepares for use of high TMDS bit rates used with HDMI 2.0 and
10-bit output modes.
Patch 7-13 changes rk3228/rk3328 to use mode_valid functions suited for
the inno hdmi phy instead of the dw-…
[View More]hdmi phy. These changes allows for
more CEA modes to be usable, e.g. some 4K and fractal modes.
Patch 14 adds support for more pixel clock rates in order to support
common DMT modes in addition to CEA modes.
Note: I have only been able to build test RK322x related changes
as I do not have any RK322x device to test on.
All modes, including fractal modes, has been tested with modetest on
a RK3328 Rock64 device using e.g.
modetest -M rockchip -s 39:3840x2160-29.97
Changes in v2:
- collect acked-by tag
- drop the limit resolution width to 3840 patch
This series is also available at [1] and the early work on YUV420 and
10-bit output is available at [2].
[1] https://github.com/Kwiboo/linux-rockchip/commits/next-20200108-inno-hdmi-phy
[2] https://github.com/Kwiboo/linux-rockchip/commits/next-20200108-bus-format
Regards,
Jonas
Algea Cao (1):
phy/rockchip: inno-hdmi: Support more pre-pll configuration
Huicong Xu (1):
phy/rockchip: inno-hdmi: force set_rate on power_on
Jonas Karlman (11):
phy/rockchip: inno-hdmi: use correct vco_div_5 macro on rk3328
phy/rockchip: inno-hdmi: remove unused no_c from rk3328 recalc_rate
phy/rockchip: inno-hdmi: do not power on rk3328 post pll on reg write
drm/rockchip: dw-hdmi: allow high tmds bit rates
drm/rockchip: dw-hdmi: require valid vpll clock rate on rk3228/rk3328
clk: rockchip: set parent rate for DCLK_VOP clock on rk3228
arm64: dts: rockchip: increase vop clock rate on rk3328
arm64: dts: rockchip: add vpll clock to hdmi node on rk3328
ARM: dts: rockchip: add vpll clock to hdmi node on rk3228
drm/rockchip: dw-hdmi: limit tmds to 340mhz on rk3228/rk3328
drm/rockchip: dw-hdmi: remove unused plat_data on rk3228/rk3328
Zheng Yang (1):
phy/rockchip: inno-hdmi: round fractal pixclock in rk3328 recalc_rate
arch/arm/boot/dts/rk322x.dtsi | 4 +-
arch/arm64/boot/dts/rockchip/rk3328.dtsi | 6 +-
drivers/clk/rockchip/clk-rk3228.c | 2 +-
drivers/gpu/drm/rockchip/dw_hdmi-rockchip.c | 47 ++++++--
drivers/phy/rockchip/phy-rockchip-inno-hdmi.c | 110 ++++++++++++------
5 files changed, 120 insertions(+), 49 deletions(-)
--
2.17.1
[View Less]
Satoz is a Chinese TFT manufacturer.
Website: http://www.sat-sz.com/English/index.html
Add the compatible for its SAT050AT40H12R2 5.0 inch LCD panel.
Signed-off-by: Miquel Raynal <miquel.raynal(a)bootlin.com>
---
Changes since v4:
* Drop the satoz,sat050at40h12r2.yaml file in favor of the very new
panel-simple.yaml common file. Just add the compatible there.
Changes since v3:
* Added the missing ".yaml" suffix in the $id.
* Removed the unnecessary "contains" assertion about the …
[View More]compatible.
* Added a precision : there is no public specification for this panel
(known for the moment).
* Bindings checked with "make dt_binding_check"
Changes since v2:
* None.
Changes since v1:
* New patch
.../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
index 090866260f4f..8a9c37640dc0 100644
--- a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
+++ b/Documentation/devicetree/bindings/display/panel/panel-simple.yaml
@@ -33,6 +33,8 @@ properties:
- ampire,am-480272h3tmqw-t01h
# Ampire AM-800480R3TMQW-A1H 7.0" WVGA TFT LCD panel
- ampire,am800480r3tmqwa1h
+ # Satoz SAT050AT40H12R2 5.0" WVGA TFT LCD panel
+ - satoz,sat050at40h12r2
backlight: true
enable-gpios: true
--
2.20.1
[View Less]
https://bugzilla.kernel.org/show_bug.cgi?id=199475
Bug ID: 199475
Summary: AMDGPU Failed to blank
Product: Drivers
Version: 2.5
Kernel Version: 4.15.18
Hardware: Other
OS: Linux
Tree: Mainline
Status: NEW
Severity: low
Priority: P1
Component: Video(DRI - non Intel)
Assignee: drivers_video-dri(a)kernel-bugs.osdl.org
Reporter: andreassx0(a)gmail.…
[View More]com
Regression: No
Im getting this error on starup:
drm:hwss_wait_for_blank_complete [amdgpu] *ERROR* DC: failed to blank crtc!
--
You are receiving this mail because:
You are watching the assignee of the bug.
[View Less]