On Wed, Jun 22, 2016 at 3:32 PM, Thierry Reding
<thierry.reding at gmail.com> wrote:
>> >> +const struct file_operations drm_crtc_crc_fops = {
>> >> +     .owner = THIS_MODULE,
>> >> +     .open = crtc_crc_open,
>> >> +     .read = crtc_crc_read,
>> >> +     .release = crtc_crc_release,
>> >> +};
>> >
>> > Do we want to support poll?
>>
>> Don't see the point of it, TBH.
>
> I have difficulty coming up with a concrete use-case, but given that we
> have most of the infrastructure to support it already, it might be nice
> to have. Could of course be added later on if there's a need.

O_NONBLOCK is definitely needed to be able to write testcases, so that
you can schedule flips and collect CRCs for them in parallel (e.g. to
validate atomic flips by making sure there's never an intermediate CRC
with garbage). I haven't seen a need yet for poll, and like you say
it's easy to add if we ever need it.
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

Reply via email to