https://bugs.freedesktop.org/show_bug.cgi?id=110701
Christian Widmer changed:
What|Removed |Added
CC||cwid...@umbrox.de
--- Comment #7 fro
https://bugs.freedesktop.org/show_bug.cgi?id=105251
--- Comment #66 from CheatCodesOfLife ---
I jumped ship to nvidia months ago so this doesn't help me, but for you guys
following this thread, the Cemu developers managed to fix this issue on their
end.
If you install the latest public release o
https://bugs.freedesktop.org/show_bug.cgi?id=107612
CheatCodesOfLife changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://bugs.freedesktop.org/show_bug.cgi?id=104206
alex.bradata...@yahoo.it changed:
What|Removed |Added
CC||alex.bradata...@yahoo.it
---
On Sat, May 18, 2019 at 06:04:42PM -0300, Fabio Estevam wrote:
> Hi Russell,
>
> On Sat, May 18, 2019 at 2:51 PM Russell King - ARM Linux admin
> wrote:
> >
> > Ping.
>
> This patch is present in Lucas' pull request:
> https://lists.freedesktop.org/archives/etnaviv/2019-May/002490.html
I'm wond
Hi Russell,
On Sat, May 18, 2019 at 2:51 PM Russell King - ARM Linux admin
wrote:
>
> Ping.
This patch is present in Lucas' pull request:
https://lists.freedesktop.org/archives/etnaviv/2019-May/002490.html
___
dri-devel mailing list
dri-devel@lists.fre
https://bugs.freedesktop.org/show_bug.cgi?id=110704
Bas Nieuwenhuizen changed:
What|Removed |Added
QA Contact|mesa-dev@lists.freedesktop. |
|org
Ping.
On Mon, Feb 25, 2019 at 10:54:23AM +, Russell King - ARM Linux admin wrote:
> On Mon, Feb 25, 2019 at 10:51:30AM +, Russell King wrote:
> > During boot, I get this kernel warning:
> >
> > WARNING: CPU: 0 PID: 19001 at kernel/dma/debug.c:1301
> > debug_dma_map_sg+0x284/0x3dc
> > etn
Hi Sergei,
On Sat, May 18, 2019 at 11:42:28AM +0300, Sergei Shtylyov wrote:
> Hello!
>
> On 18.05.2019 0:20, Kieran Bingham wrote:
>
> > The new writeback feature is exports functions so that they can
> ^^ not needed?
Good catch. I'll fix it in my branch.
> > integ
Hi,
On Sat, 18 May 2019 at 00:17, Rob Herring wrote:
>
> On Fri, May 17, 2019 at 5:08 PM Clément Péron wrote:
> >
> > Hi Rob,
> >
> > On Fri, 17 May 2019 at 22:07, Rob Herring wrote:
> > >
> > > On Fri, May 17, 2019 at 1:47 PM Clément Péron
> > > wrote:
> > > >
> > > > Allwinner H6 has an ARM
https://bugs.freedesktop.org/show_bug.cgi?id=110671
Denys changed:
What|Removed |Added
See Also||https://bugs.freedesktop.or
|
https://bugs.freedesktop.org/show_bug.cgi?id=105651
Denys changed:
What|Removed |Added
See Also||https://bugs.freedesktop.or
|
https://bugs.freedesktop.org/show_bug.cgi?id=110671
--- Comment #5 from Denys ---
Have same issue on Vega FE + Dell UP2715K.
Also it may be related to this bug:
https://bugs.freedesktop.org/show_bug.cgi?id=105651
--
You are receiving this mail because:
You are the assignee for the bug._
https://bugs.freedesktop.org/show_bug.cgi?id=110701
--- Comment #6 from Yury Zhuravlev ---
Ok, currently I know bug somewhere in this 3 commits
f3ae455eb08e8d718b828eb42f2529437916179b radeonsi: compute culling - flush CS
to remove write references to buffers
0f1b070bad34c46c4bcc6c679fa533bf6b4b7
DPI sample the data both rising and falling edge.
It can reduce half data io pins.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/mtk_dpi.c | 13 -
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c
b/drivers/gpu/drm/mediatek/mtk_
Some DPI pins(Hsync Vsync DE ... ) keep high voltage and will cause
leakage current. So set dpi pin as gpio and pull low when dpi off.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/mtk_dpi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c
b/drivers
Pull dpi pins low when dpi has nothing to display. Aovid leakage
current from some dpi pins (Hsync Vsync DE ... ).
Some chips have dpi pins, but there are some chip don't have pins.
So this function is controlled by chips driver data.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/mtk_dp
Add mt8183 dual edge support.
DPI sample the data both rising and falling edge.
It can reduce half data io pins.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/mtk_dpi.c | 19 +++
1 file changed, 19 insertions(+)
diff --git a/drivers/gpu/drm/mediatek/mtk_dpi.c
b/drivers/
Add decriptions about supported chips, including MT2701 & MT8173 &
mt8183
Signed-off-by: Jitao Shi
Reviewed-by: Rob Herring
---
.../devicetree/bindings/display/mediatek/mediatek,dpi.txt| 1 +
1 file changed, 1 insertion(+)
diff --git
a/Documentation/devicetree/bindings/display/mediate
Changes since v3:
- add dpi pin mode control when dpi on or off.
- update dpi dual edge comment.
Changes since v2:
- update dt-bindings document for mt8183 dpi.
- separate dual edge modfication as independent patch.
Jitao Shi (5):
dt-bindings: display: mediatek: update dpi supported chips
Hello!
On 18.05.2019 0:20, Kieran Bingham wrote:
The new writeback feature is exports functions so that they can
^^ not needed?
integrate into the rcar_du_kms module.
The interface functions are defined in the rcar_du_writeback header, but
it is not included in t
Changes since v2:
- update Acked-by: Rob Herring
- update mt8183 max bit rate support
Changes since v1:
- update dt-bindings document for mt8183 mipitx.
- remove mtk_mipitx_clk_get_ops and assign clk_ops in probe.
- fix the lincence
- remove txdiv1 from mtk_mipi_tx_pll_prepare
Jitao Shi (3
This patch add mt8183 mipi_tx driver.
And also support other chips that use the same binding and driver.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/Makefile | 1 +
drivers/gpu/drm/mediatek/mtk_mipi_tx.c| 2 +
drivers/gpu/drm/mediatek/mtk_mipi_tx.h| 1
Update device tree binding documentation for the dsi for
Mediatek MT8183 SoCs.
Signed-off-by: Jitao Shi
Acked-by: Rob Herring
---
.../devicetree/bindings/display/mediatek/mediatek,dsi.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/Documentation/devicetree/binding
Different IC has different mipi_tx setting of dsi.
This patch separates the mipi_tx hardware relate part for mt8173.
Signed-off-by: Jitao Shi
---
drivers/gpu/drm/mediatek/Makefile | 1 +
drivers/gpu/drm/mediatek/mtk_mipi_tx.c| 342 ++
drivers/gpu/drm/mediate
On Mon, 2019-05-06 at 17:17 +0800, CK Hu wrote:
> Hi, Jitao:
>
> On Tue, 2019-04-16 at 13:42 +0800, Jitao Shi wrote:
> > This patch add mt8183 mipi_tx driver.
> > And also support other chips that use the same binding and driver.
> >
> > Signed-off-by: Jitao Shi
> > ---
> > drivers/gpu/drm/medi
26 matches
Mail list logo