Kernel GPU subsytem: Better manual upload for atomic

2017-09-26 Thread Harsha Sharma
Hello, I am working on task "Better manual upload for atomic" in kernel gpu subsystem. When duplicating the crtc state I need to change drm_rect x2 and y2 to MAX_INT. I didn't get what is MAX_INT over here. Also, how am I supposed to test my code? It will be really helpful if you can suggest someth

Re: Kernel GPU subsytem: Better manual upload for atomic

2017-09-26 Thread Daniel Vetter
On Tue, Sep 26, 2017 at 03:47:56PM +0530, Harsha Sharma wrote: > Hello, > I am working on task "Better manual upload for atomic" in kernel gpu > subsystem. > When duplicating the crtc state I need to change drm_rect x2 and y2 to > MAX_INT. > I didn't get what is MAX_INT over here. Also, how am I su