[Bug 108994] Cannot install version 18.40 due to dependency issues

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108994 Bug ID: 108994 Summary: Cannot install version 18.40 due to dependency issues Product: DRI Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status:

[Bug 201727] Hardware Error reported on Ryzen 5 2500U

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201727 Michal Herko (misko.he...@gmail.com) changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH v1.1 3/5] drm: rcar-du: Disable unused DPAD outputs

2018-12-09 Thread Laurent Pinchart
DU channels are routed to DPAD outputs in an SoC-dependent way. The routing can be fixed (e.g. DU3 to DPAD0 on H3) or configurable (e.g. DU0 or DU1 to DPAD0 on D3/E3). The hardware offers no option to disconnect DPAD outputs, which are thus always driven by a DU channel. On SoCs that have less DU

[Bug 108990] [CI][DRMTIP] igt@pm_rpm@basic-rte - incomplete

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108990 Bug ID: 108990 Summary: [CI][DRMTIP] igt@pm_rpm@basic-rte - incomplete Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity:

Re: [PATCH 2/5] drm: rcar-du: Move CRTC outputs bitmask to private CRTC state

2018-12-09 Thread Laurent Pinchart
Hi Kieran, On Friday, 7 December 2018 14:34:58 EET Kieran Bingham wrote: > On 25/11/2018 14:40, Laurent Pinchart wrote: > > The rcar_du_crtc outputs field stores a bitmask of the outputs driven by > > the CRTC. This changes based on the configuration requested by > > userspace, and is used for

Re: [PATCH v2 2/3] ACPI / PMIC: Implement exec_mipi_pmic_seq_element for CHT Whiskey Cove PMIC

2018-12-09 Thread Hans de Goede
Hi, On 07-12-18 15:18, Andy Shevchenko wrote: Implement the exec_mipi_pmic_seq_element callback for the CHT Whiskey Cove PMIC. On some CHT devices this fixes the LCD panel not lighting up when it was not initialized by the GOP, because an external monitor was plugged in and the GOP

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 --- Comment #2 from Mingcong Bai --- Created attachment 142766 --> https://bugs.freedesktop.org/attachment.cgi?id=142766=edit EDID Dump (from Xorg.0.log) -- You are receiving this mail because: You are the assignee for the

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 --- Comment #3 from Mingcong Bai --- The EDID data (obtained from Xorg.0.log output and attached above) also suggests that such mode is possible (unless I misunderstood something). mingcongbai@NetVista [ / ] $ cat edid.bin | edid-decode EDID

[Bug 101978] [bisected] war thunder performance reduced by ~28%

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=101978 Timothy Arceri changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 Bug ID: 108997 Summary: RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort Product: DRI Version: unspecified Hardware: x86-64 (AMD64)

Re: [PATCH v2 2/2] drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags

2018-12-09 Thread Laurent Pinchart
Hi Tomi, On Wednesday, 5 December 2018 12:42:12 EET Tomi Valkeinen wrote: > On 05/12/18 10:49, Laurent Pinchart wrote: > > From: Laurent Pinchart > > > > The DRM_BUS_FLAG_PIXDATA_(POS|NEG)EDGE and > > DRM_BUS_FLAG_SYNC_(POS|NEG)EDGE flags are deprecated in favour of the > > new

Re: [PATCH v2 2/2] drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flags

2018-12-09 Thread Laurent Pinchart
Hi Stefan, (Maxime, there's a question for you below) On Wednesday, 5 December 2018 14:21:56 EET Stefan Agner wrote: > On 05.12.2018 11:42, Tomi Valkeinen wrote: > > On 05/12/18 10:49, Laurent Pinchart wrote: > >> From: Laurent Pinchart > >> > >> The DRM_BUS_FLAG_PIXDATA_(POS|NEG)EDGE and > >>

[PATCH 0/6] omapdrm: drm_bridge and drm_panel support

2018-12-09 Thread Laurent Pinchart
Hello everybody, This patch series hooks up support for drm_bridge and drm_panel in the omapdrm driver. Before anyone rejoices too fast, I have to warn that removal of the omapdrm internal display drivers will still require a significant effort, even without considering DSI: - The omapdrm

[PATCH 4/6] drm/omap: Whitelist DT nodes to fixup with omapdss, prefix

2018-12-09 Thread Laurent Pinchart
The omapdss driver patches DT at runtime to prepend an "omapdss," prefix to the compatible string of all encoders, panels and connectors. This mechanism ensures they get bound to the omapdss-specific drivers instead of generic drivers. Now that we have drm_bridge support in omapdrm, we need to

[PATCH 2/6] drm/omap: Add support for drm_bridge

2018-12-09 Thread Laurent Pinchart
Hook up drm_bridge support in the omapdrm driver. Despite the recent extensive preparation work, this is a rather intrusive change, as the management of outputs needs to be adapted through the driver to handle both omap_dss_device and drm_bridge. Connector creation is skipped when using a

[PATCH 3/6] drm/omap: Add support for drm_panel

2018-12-09 Thread Laurent Pinchart
Hook up drm_panel support in the omapdrm driver. The change is relatively simply as the way has been paved by drm_bridge support already. In addition to looking up, attaching to and detaching from the panel, we only need to add panel support in the connector .get_modes() handler, take connector

[PATCH 5/6] drm/omap: Remove TFP410 and DVI connector drivers

2018-12-09 Thread Laurent Pinchart
Those components are supported by the drm_bridge infrastructure, remove the omapdrm-specific driver. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/Kconfig | 11 - drivers/gpu/drm/omapdrm/displays/Makefile | 2 - .../gpu/drm/omapdrm/displays/connector-dvi.c |

[PATCH 6/6] drm/omap: Remove panel-dpi driver

2018-12-09 Thread Laurent Pinchart
Panels are now supported through the drm_panel infrastructure, remove the omapdrm-specific driver. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/displays/Kconfig | 6 - drivers/gpu/drm/omapdrm/displays/Makefile | 1 - drivers/gpu/drm/omapdrm/displays/panel-dpi.c |

[PATCH 1/6] drm/panel: simple: Add OSD070T1718-19TS panel support

2018-12-09 Thread Laurent Pinchart
Add support for the OSD070T1718-19TS 7" 800x480 panel from One Stop Displays to the panel-simple driver. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/panel/panel-simple.c | 29 1 file changed, 29 insertions(+) diff --git

[Bug 108985] Visual Novel "The Fruit of Grisaia" has flickering glitches

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108985 Timothy Arceri changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #4 from Timothy

[Bug 200531] amdgpu: *ERROR* REG_WAIT timeout when a display is put to sleep

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=200531 --- Comment #11 from Aleksandr Mezin (mezin.alexan...@gmail.com) --- 4.18 is EOL now, I'm currently on 4.20-rc. This problem doesn't occur on 4.20, and on 4.19 too. Should I close this bug as obsolete? -- You are receiving this mail because:

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 --- Comment #1 from Mingcong Bai --- I'm able to get the full 1600x1200@76Hz image with an active HDMI to VGA adapter. The image is a bit ghosted, but it's probably just the converter. -- You are receiving this mail because: You are the

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 --- Comment #5 from Mingcong Bai --- Created attachment 142767 --> https://bugs.freedesktop.org/attachment.cgi?id=142767=edit Kernel Configuration - 4.19.0 -- You are receiving this mail because: You are the assignee for the

linux-next: manual merge of the drm-msm tree with the drm tree

2018-12-09 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-msm tree got a conflict in: drivers/gpu/drm/msm/adreno/a5xx_gpu.c between commit: c97ea6a61b5e ("drm: msm: adreno: Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) +PTR_ERR") from the drm tree and commits: dadb36b7ec42 ("drm/msm: Add a common

Re: [PATCH 28/29] drm/omap: Simplify OF lookup of DSS devices

2018-12-09 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:21PM +0200, Laurent Pinchart wrote: > Now that the direction of OF graph walk has been reversed, there's no > need to lookup devices by port as we have no sink device connected > through multiple sink ports. Simplify OF lookup of the DSS devices to > look them up

[Bug 108997] RX460: Some Resolution-Refresh Combinations Unavailable when Connected via DisplayPort

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108997 --- Comment #4 from Mingcong Bai --- Using the same cable, the NVIDIA GeForce GTX1060 using proprietary driver version 410.66 is able to drive 1600x1200@76Hz with no issue. -- You are receiving this mail because: You are the assignee for the

RE: [PATCH -next] drm/amdgpu: remove set but not used variable 'grbm_soft_reset'

2018-12-09 Thread Zhou, David(ChunMing)
> -Original Message- > From: YueHaibing > Sent: Saturday, December 08, 2018 11:01 PM > To: Deucher, Alexander ; Koenig, Christian > ; Zhou, David(ChunMing) > ; airl...@linux.ie; Liu, Leo ; > Gao, Likun ; Panariti, David > ; S, Shirish ; Zhu, Rex > ; Grodzovsky, Andrey > Cc: YueHaibing

[Bug 108919] Parkitect (Unity Game) dispalys artifacts and black screens with Vega hardware

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108919 Timothy Arceri changed: What|Removed |Added CC||t_arc...@yahoo.com.au --- Comment #5

Re: [PATCH 04/29] drm/omap: Use atomic suspend/resume helpers

2018-12-09 Thread Laurent Pinchart
Hi Sebastian, On Sunday, 9 December 2018 23:53:09 EET Sebastian Reichel wrote: > Hi, > > On Wed, Dec 05, 2018 at 04:59:57PM +0200, Laurent Pinchart wrote: > > Instead of rolling out custom suspend/resume implementations based on > > state information stored in the driver's data structures, use

Re: [PATCH 0/3] drm/exynos: add support for dynamic zpos in DECON and FIMD

2018-12-09 Thread Andrzej Hajda
Hi Inki, On 10.12.2018 03:25, Inki Dae wrote: > Hi Andrzej, > > 18. 12. 6. 오후 6:38에 Andrzej Hajda 이(가) 쓴 글: >> Hi Inki, >> >> This small patchset adds dynamic zpos support for DECON and FIMD. > This patch will allow user space to change zpos. However, DECON and FIMD > devices have fixed priority

Re: [PATCH 22/29] drm/omap: Move DISPC timing checks to CRTC .mode_valid() operation

2018-12-09 Thread Laurent Pinchart
Hi Sebastian, On Monday, 10 December 2018 00:07:55 EET Sebastian Reichel wrote: > On Wed, Dec 05, 2018 at 05:00:15PM +0200, Laurent Pinchart wrote: > > The DISPC timings checks relate to the CRTC, but they're performed in > > the encoder and connector .atomic_check() and .mode_valid() operations.

[PATCH v1.1 09/29] drm/omap: Reverse direction of the DSS device enable/disable operations

2018-12-09 Thread Laurent Pinchart
The omapdrm and omapdss drivers are architectured based on display pipelines made of multiple components handled from sink (display) to source (DSS output). This is incompatible with the DRM bridge and panel APIs that handle components from source to sink. Reconcile the omapdrm and omapdss

[GIT PULL] mediatek drm fixes for 4.20

2018-12-09 Thread CK Hu
Hi, Dave: Here is one fix. Regards, CK The following changes since commit 651022382c7f8da46cb4872a545ee1da6d097d2a: Linux 4.20-rc1 (2018-11-04 15:37:52 -0800) are available in the Git repository at: https://github.com/ckhu-mediatek/linux.git-tags.git a0071bc455da for you to fetch

Re: [PATCH 0/3] drm/exynos: add support for dynamic zpos in DECON and FIMD

2018-12-09 Thread Inki Dae
Hi Andrzej, 18. 12. 6. 오후 6:38에 Andrzej Hajda 이(가) 쓴 글: > Hi Inki, > > This small patchset adds dynamic zpos support for DECON and FIMD. This patch will allow user space to change zpos. However, DECON and FIMD devices have fixed priority of HW overlays. This would mean that zpos change by user

[Bug 108979] Graphical glitch of popupping missing texture on Mesa version >18.0.5 (Padoka Stable + Unstable/Oibaf/ubuntu-x-swat PPAs)

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108979 --- Comment #3 from Timothy Arceri --- I'm not sure what I'm meant to be looking for in the video. Can you be more specific? Maybe capture a screenshot of the exact issue? -- You are receiving this mail because: You are the assignee for the

Re: [BUG] drm_rockchip: rk3066_hdmi: No driver support for vblank timestamp query.

2018-12-09 Thread Tomasz Figa
Hi Johan, It looks like VOP on RK3066 is not officially supported by upstream, so what you're seeing is not a bug, it's just expected behavior, because nobody had the time (or need) to enable support for your hardware yet. I added all the people that may be potentially thinking to add support

[Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5, amdgpu error

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108992 Bug ID: 108992 Summary: Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5, amdgpu error Product: DRI Version: XOrg git Hardware: x86-64 (AMD64)

[Bug 108992] Regression: Lenovo e585 (ryzen 2500u) freezes during boot with 4.20-rc5, amdgpu error

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108992 chris changed: What|Removed |Added Version|XOrg git|unspecified -- You are receiving this mail

[Bug 201843] Micro-stuttering each second on amdgpu only on 2560x1440

2018-12-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=201843 Oleg Chernovskiy (kairl...@yandex.ru) changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 108987] [CI][DRMTIP]igt@perf@short-reads - incomplete

2018-12-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=108987 Bug ID: 108987 Summary: [CI][DRMTIP]igt@perf@short-reads - incomplete Product: DRI Version: XOrg git Hardware: Other OS: All Status: NEW Severity: