[PATCH v6] drm: Optimise for continuous memory allocation

2022-12-17 Thread xinhui pan
Optimise a little when continuous memory request fails. There are memory holes and continuous memory request usually fails when order is too big. Currently buddy only look for exactly order memory for such request. Now we can try again to look for several smaller continuous memory on failure. Sig

Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge

2022-12-17 Thread Marek Vasut
On 12/18/22 05:23, Adam Ford wrote: On Sat, Dec 17, 2022 at 5:56 PM Marek Vasut wrote: On 12/16/22 14:25, Alexander Stein wrote: Hi, [...] Oh, nice, thanks for the pointer. When setting samsung,burst-clock-frequency = <66825>; in imx8mm.dtsi I get a non-flickering display using 4 lane

Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge

2022-12-17 Thread Adam Ford
On Sat, Dec 17, 2022 at 5:56 PM Marek Vasut wrote: > > On 12/16/22 14:25, Alexander Stein wrote: > Hi, > > [...] > > > Oh, nice, thanks for the pointer. When setting > >> samsung,burst-clock-frequency = <66825>; > > in imx8mm.dtsi > > I get a non-flickering display using 4 lanes. Although admi

Re: [PATCH v10 00/18] drm: Add Samsung MIPI DSIM bridge

2022-12-17 Thread Marek Vasut
On 12/16/22 14:25, Alexander Stein wrote: Hi, [...] Oh, nice, thanks for the pointer. When setting samsung,burst-clock-frequency = <66825>; in imx8mm.dtsi I get a non-flickering display using 4 lanes. Although admittedly this is just random guessing. I'm not sure which clock exactly has t

Re: [PATCH v2] drm: Only select I2C_ALGOBIT for drivers that actually need it

2022-12-17 Thread Uwe Kleine-König
Hello, On Fri, Dec 16, 2022 at 01:25:32PM -0500, Alex Deucher wrote: > On Fri, Dec 16, 2022 at 1:11 PM Uwe Kleine-König > wrote: > > > > On Mon, Nov 28, 2022 at 07:16:11PM +0100, Thomas Zimmermann wrote: > > > Hi > > > > > > Am 12.09.22 um 11:15 schrieb Uwe Kleine-König: > > > > While working on

Re: [PATCH v3 0/2] drm/imx/lcdc: Implement DRM driver for imx21

2022-12-17 Thread Uwe Kleine-König
On Fri, Dec 16, 2022 at 05:57:58PM -0600, Rob Herring wrote: > On Fri, Dec 16, 2022 at 06:50:04PM +0100, Uwe Kleine-König wrote: > > Hello, > > > > Changes since v2: > > > > - added allOf as Krzysztof requested > > - reworked driver based on Philipp's comments > >(improved error handling, d

[PATCH v2] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML

2022-12-17 Thread Johan Jonker
Convert rockchip-lvds.txt to YAML. Changed: Add power-domains property. Requirements between PX30 and RK3288 Signed-off-by: Johan Jonker --- Changed V2: Fix title --- .../display/rockchip/rockchip-lvds.txt| 92 -- .../display/rockchip/rockchip-lvds.yaml | 157 +

[PATCH v1] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML

2022-12-17 Thread Johan Jonker
Convert rockchip-lvds.txt to YAML. Changed: Add power-domains property. Requirements between PX30 and RK3288 Signed-off-by: Johan Jonker --- .../display/rockchip/rockchip-lvds.txt| 92 -- .../display/rockchip/rockchip-lvds.yaml | 159 ++ 2 files change

Re: [PATCH v2 4/4] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface

2022-12-17 Thread Liu Ying
On Fri, 2022-12-16 at 22:07 +0100, Lucas Stach wrote: > This IP block is found in the HDMI subsystem of the i.MX8MP SoC. It > has a > full timing generator and can switch between different video sources. > On > the i.MX8MP however the only supported source is the LCDIF. The block > just needs to be

Re: [PATCH v2 3/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI PVI

2022-12-17 Thread Liu Ying
On Fri, 2022-12-16 at 22:07 +0100, Lucas Stach wrote: > Add binding for the i.MX8MP HDMI parallel video interface block. > > Signed-off-by: Lucas Stach > --- > .../display/imx/fsl,imx8mp-hdmi-pvi.yaml | 79 > +++ > 1 file changed, 79 insertions(+) > create mode 100644 > Doc

[Bug 216814] amdgpu: CTM support has disappeared (vega)

2022-12-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=216814 Artem S. Tashkinov (a...@gmx.com) changed: What|Removed |Added Status|NEW |RESOLVED Reso

Re: [PATCH v2 2/4] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI

2022-12-17 Thread Liu Ying
On Fri, 2022-12-16 at 22:07 +0100, Lucas Stach wrote: > Add a simple wrapper driver for the DWC HDMI bridge driver that > implements the few bits that are necessary to abstract the i.MX8MP > SoC integration. > > Signed-off-by: Lucas Stach > Reviewed-by: Laurent Pinchart > Tested-by: Marek Vasut