Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-07-17 Thread Daniel Vetter
On Tue, Jun 09, 2020 at 03:02:14PM +0200, Daniel Vetter wrote: > Hi Eugeniy, > > Very much appreciated, and kinda expected. That 2nd backtrace really > confuses me, so "something strange is going on" and the bisect looks > funny is within expectations. Hopefully we can track down what's going > on

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-09 Thread Daniel Vetter
Hi Eugeniy, Very much appreciated, and kinda expected. That 2nd backtrace really confuses me, so "something strange is going on" and the bisect looks funny is within expectations. Hopefully we can track down what's going on. Thanks, Daniel On Tue, Jun 9, 2020 at 2:08 PM Eugeniy Paltsev wrote: >

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-09 Thread Eugeniy Paltsev
Hi Daniel, I've got pretty strange results so I need some time to investigate it and probably retest. I'll send you update in a few days. --- Eugeniy Paltsev From: Daniel Vetter Sent: Friday, June 5, 2020 22:55 To: Eugeniy Paltsev Cc: Intel Graphics D

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-05 Thread Daniel Vetter
Hi Eugeniy, Thanks for testing. I looked at the second one (I hoped it would just magically disappear) and I still don't understand what's going on there. My patch series isn't touching that area at all, so really confused. I squashed in the bugfix from the previous round into the right patches,

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-04 Thread Eugeniy Paltsev
I've tested your change and one issue gone. However I still see kernel crash (due to invalid read in kernel mode by 0x0 address) on weston stop: --->8--- Oops Path: (null) CPU: 0 PID: 12 Comm: kworker/0:1 Not tainted 5.7.0-r

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-04 Thread Daniel Vetter
Hi Eugeniy, Apologies, somehow I missed your mail. I looked at the code again, and I think I fumbled something. Does the below diff help to prevent the issues? Thanks, Daniel diff --git a/drivers/gpu/drm/tiny/arcpgu.c b/drivers/gpu/drm/tiny/arcpgu.c index 857812f25bec..33d812a5ad7f 100644 --- a

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-04 Thread Eugeniy Paltsev
Hi Daniel, I've already tested it (and found several issues), so please check my reply here: https://www.mail-archive.com/linux-snps-arc@lists.infradead.org/msg07403.html Not sure why you didn't receive my reply (probably the reason is because it was sent to your @ffwll.ch mail instead of @inte

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-06-04 Thread Daniel Vetter
On Fri, May 08, 2020 at 08:07:41PM +0200, Daniel Vetter wrote: > On Fri, May 8, 2020 at 3:56 PM Alexey Brodkin > wrote: > > > > Hi Daniel, > > > > > > Looking at this patch series, feels a bit like hand-rolling of bridge > > > > code, badly. We should get away from that. > > > > > > > > Once you h

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-05-08 Thread Daniel Vetter
On Fri, May 8, 2020 at 3:56 PM Alexey Brodkin wrote: > > Hi Daniel, > > > > Looking at this patch series, feels a bit like hand-rolling of bridge > > > code, badly. We should get away from that. > > > > > > Once you have that I think the end result is tiny enough that it can > > > stay, bridges in

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-05-08 Thread Alexey Brodkin
Hi Daniel, > > Looking at this patch series, feels a bit like hand-rolling of bridge > > code, badly. We should get away from that. > > > > Once you have that I think the end result is tiny enough that it can > > stay, bridges intergrate quite well into simple display pipe drivers. > > > > > BTW s

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-28 Thread Daniel Vetter
On Wed, Apr 15, 2020 at 02:20:35PM +0200, Daniel Vetter wrote: > On Wed, Apr 15, 2020 at 2:03 PM Alexey Brodkin > wrote: > > > > Hi Daniel, > > > > > -Original Message- > > > From: Sam Ravnborg > > > Sent: Wednesday, April 15, 2020 12:45 PM > > > To: Daniel Vetter > > > Cc: Intel Graphic

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Daniel Vetter
On Wed, Apr 15, 2020 at 2:03 PM Alexey Brodkin wrote: > > Hi Daniel, > > > -Original Message- > > From: Sam Ravnborg > > Sent: Wednesday, April 15, 2020 12:45 PM > > To: Daniel Vetter > > Cc: Intel Graphics Development ; Alexey > > Brodkin > > ; DRI Development ; > > Daniel Vetter > >

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Alexey Brodkin
Hi Daniel, > -Original Message- > From: Sam Ravnborg > Sent: Wednesday, April 15, 2020 12:45 PM > To: Daniel Vetter > Cc: Intel Graphics Development ; Alexey > Brodkin > ; DRI Development ; > Daniel Vetter > > Subject: Re: [PATCH 53/59] drm/arc: Move to drm/tiny > > Hi Daniel. > On W

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Sam Ravnborg
Hi Daniel. On Wed, Apr 15, 2020 at 09:40:28AM +0200, Daniel Vetter wrote: > Because it is. > > Signed-off-by: Daniel Vetter > Cc: Alexey Brodkin > --- > MAINTAINERS | 2 +- > drivers/gpu/drm/Kconfig | 2 -- > drivers/gpu/drm/

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Daniel Vetter
On Wed, Apr 15, 2020 at 10:04 AM Thomas Zimmermann wrote: > > Hi > > Am 15.04.20 um 09:40 schrieb Daniel Vetter: > > Because it is. > > Yes. > > OTOH, as much as I appreciate the simplification, I think it should be > in a separate series. Right now they all still need to be here because of the d

Re: [Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Thomas Zimmermann
Hi Am 15.04.20 um 09:40 schrieb Daniel Vetter: > Because it is. Yes. OTOH, as much as I appreciate the simplification, I think it should be in a separate series. > > Signed-off-by: Daniel Vetter > Cc: Alexey Brodkin Reviewed-by: Thomas Zimmermann > --- > MAINTAINERS

[Intel-gfx] [PATCH 53/59] drm/arc: Move to drm/tiny

2020-04-15 Thread Daniel Vetter
Because it is. Signed-off-by: Daniel Vetter Cc: Alexey Brodkin --- MAINTAINERS | 2 +- drivers/gpu/drm/Kconfig | 2 -- drivers/gpu/drm/Makefile| 1 - drivers/gpu/drm/arc/Kconfig