Re: [PATCH v2] dma-buf: fix S_IRUGO to 0444, block comments, func declaration

2024-10-09 Thread Pintu Agarwal
Hi, On Sat, 5 Oct 2024 at 23:40, Pintu Kumar wrote: > > These warnings/errors are reported by checkpatch. > Fix them with minor changes to make it clean. > No other functional changes. > > WARNING: Block comments use * on subsequent lines > + /* only support discovering the end of the buffe

Re: [PATCH 2/3] dma-buf/heaps: replace kmap_atomic with kmap_local_page

2024-10-09 Thread Pintu Agarwal
On Wed, 2 Oct 2024 at 02:54, T.J. Mercier wrote: > > On Tue, Oct 1, 2024 at 7:51 PM Pintu Kumar wrote: > > > > Use of kmap_atomic/kunmap_atomic is deprecated, use > > kmap_local_page/kunmap_local instead. > > > > This is reported by checkpatch. > > Also fix repeated word issue. > > > > WARNING: D

Re: [PATCH 1/3] dma-buf: replace symbolic permission S_IRUGO with octal 0444

2024-10-03 Thread Pintu Agarwal
Hi Sumit, On Thu, 3 Oct 2024 at 12:27, Sumit Semwal wrote: > > Hello Pintu, > > On Tue, 1 Oct 2024 at 23:16, Pintu Kumar wrote: > > > > Symbolic permissions are not preferred, instead use the octal. > > Also, fix other warnings/errors as well for cleanup. > > > > WARNING: Block comments use * on

Re: [PATCH v2] dma-contiguous: define proper name for global cma region

2023-08-10 Thread Pintu Agarwal
Hi, On Thu, 3 Aug 2023 at 23:04, Pintu Agarwal wrote: > > Hi, > > On Wed, 2 Aug 2023 at 15:17, Christoph Hellwig wrote: > > > > On Tue, Aug 01, 2023 at 10:39:04PM -0700, John Stultz wrote: > > > So, forgive me, I've not had a chance to look into this, but m

Re: [PATCH v2] dma-contiguous: define proper name for global cma region

2023-08-04 Thread Pintu Agarwal
Hi, On Wed, 2 Aug 2023 at 15:17, Christoph Hellwig wrote: > > On Tue, Aug 01, 2023 at 10:39:04PM -0700, John Stultz wrote: > > So, forgive me, I've not had a chance to look into this, but my > > recollection was "reserved" is the name we see on x86, but other names > > are possibly provided via t

Re: [PATCH v2] dma-contiguous: define proper name for global cma region

2023-08-02 Thread Pintu Agarwal
Hi Christoph, Thank you so much for your review and comments. On Mon, 31 Jul 2023 at 16:51, Christoph Hellwig wrote: > > Hi Pintu, > > On Sat, Jul 29, 2023 at 08:05:15AM +0530, Pintu Kumar wrote: > > The current global cma region name defined as "reserved" > > which is misleading, creates confusi

Re: imx6: i2c-transfer timeout issue after resume

2019-10-15 Thread Pintu Agarwal
On Fri, Oct 4, 2019 at 3:47 PM Pintu Agarwal wrote: > > Hi, > > On Sun, Sep 29, 2019 at 10:24 PM Pintu Agarwal wrote: > > > > > > > > On Mon, Sep 23, 2019 at 1:28 PM Pintu Agarwal > > > wrote: > > > > > > > > Dear Philipp,

Re: imx6: hdmi black screen issue after resume

2019-10-04 Thread Pintu Agarwal
Hi, On Sun, Sep 29, 2019 at 10:24 PM Pintu Agarwal wrote: > > > > > On Mon, Sep 23, 2019 at 1:28 PM Pintu Agarwal wrote: > > > > > > Dear Philipp, > > > > > > I have a iMX6dl custom board with custom Linux Kernel 4.8. > > > I have both

Re: imx6: hdmi black screen issue after resume

2019-09-29 Thread Pintu Agarwal
> > On Mon, Sep 23, 2019 at 1:28 PM Pintu Agarwal wrote: > > > > Dear Philipp, > > > > I have a iMX6dl custom board with custom Linux Kernel 4.8. > > I have both LCD and HDMI connected to the board. > > And we are using weston/wayland as the display i

Re: imx6: hdmi black screen issue after resume

2019-09-25 Thread Pintu Agarwal
Dear Philipp, Can you reply to my issue below? It will be of great help! Regards, Pintu On Mon, Sep 23, 2019 at 1:28 PM Pintu Agarwal wrote: > > Dear Philipp, > > I have a iMX6dl custom board with custom Linux Kernel 4.8. > I have both LCD and HDMI connected to the board. >

Re: dpms mode change with wayland on iMX.6

2019-05-27 Thread Pintu Agarwal
On Mon, May 27, 2019 at 3:42 PM Pintu Agarwal wrote: > > On Mon, May 27, 2019 at 12:41 PM Pintu Agarwal wrote: > > > > Dear All, > > > > I have a iMX.6 (arm 32) board with Linux Kernel 3.10 and debian > > platform running. > > The board is connected to o

Re: dpms mode change with wayland on iMX.6

2019-05-27 Thread Pintu Agarwal
On Mon, May 27, 2019 at 12:41 PM Pintu Agarwal wrote: > > Dear All, > > I have a iMX.6 (arm 32) board with Linux Kernel 3.10 and debian > platform running. > The board is connected to one LCD screen and one HDMI monitor. > It have DRM + Wayland setup for display. > Also

dpms mode change with wayland on iMX.6

2019-05-27 Thread Pintu Agarwal
Dear All, I have a iMX.6 (arm 32) board with Linux Kernel 3.10 and debian platform running. The board is connected to one LCD screen and one HDMI monitor. It have DRM + Wayland setup for display. Also, I noticed that it have two dri interface: /dev/dri/card0 /dev/dri/card1 I am not very familiar