Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1692635 > unrolled thread
| Started by | Michal Lukaszek <michal.lukaszek@displaylink.com> |
|---|---|
| First post | 2017-07-20 11:10 +0200 |
| Last post | 2017-07-20 11:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH] drm/udl: Make page_flip asynchronous Michal Lukaszek <michal.lukaszek@displaylink.com> - 2017-07-20 11:10 +0200
| From | Michal Lukaszek <michal.lukaszek@displaylink.com> |
|---|---|
| Date | 2017-07-20 11:10 +0200 |
| Subject | RE: [PATCH] drm/udl: Make page_flip asynchronous |
| Message-ID | <u5fD4-5dz-7@gated-at.bofh.it> |
On Thursday, July 13, 2017 7:11 PM, Daniel Vetter wrote: >>> Can't we roll this driver over to the atomic helpers instead? There >>> you get nonblocking pretty much for free ... I'm not sure extending >>> the old modeset code has all that much benefit really. >> This code certainly has value by itself; it makes the driver more >> efficient. I think the best can sometimes be the enemy of the good -- >> this code is here and written, but I don't think any of us is going to >> tackle atomic for udl. > Sure, I guess I should have clarified this with "If you want me to > review and merge this, then pls look into atomic, since that seems > actually beneficial for my own interest". I'm not paid by intel to > review driver patches at random, but to keep overall drm in nice > shape. Moving drivers to atomic and using more shared infrastructure > is in that interest, reviewing random driver patches isn't. So, what's the next step here then? This code makes udl work better, without investing a lot of effort to move everything to atomics. Btw, this is already causing modesetting not to support page flips (while Chrome OS, having this code uses page flips with udl): https://cgit.freedesktop.org/xorg/xserver/tree/hw/xfree86/drivers/modesetting/driver.c#n1198 Regards, Michal Lukaszek
Back to top | Article view | linux.kernel
csiph-web