Message ID | 843fbc95dd5b067b64fa684204234b915ecf0304.1685705373.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | drm/todo: Fix corrupted duplicate in defio section | expand |
Hi Am 02.06.23 um 13:30 schrieb Geert Uytterhoeven: > Part of the paragraph was accidentally duplicated. This TODO item is mostly obsolete. It should be removed. Best regards Thomas > > Fixes: be5cadc7e7b4cee8 ("drm/todo: Better defio support in the generic fbdev emulation") > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/gpu/todo.rst | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst > index 66736db00e6d182d..c25e3cdbe964967a 100644 > --- a/Documentation/gpu/todo.rst > +++ b/Documentation/gpu/todo.rst > @@ -312,8 +312,7 @@ everything after it has done the write-protect/mkwrite trickery: > > - Set the mkwrite and fsync callbacks with similar implementions to the core > fbdev defio stuff. These should all work on plain ptes, they don't actually > - require a struct page. uff. These should all work on plain ptes, they don't > - actually require a struct page. > + require a struct page. > > - Track the dirty pages in a separate structure (bitfield with one bit per page > should work) to avoid clobbering struct page.
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 66736db00e6d182d..c25e3cdbe964967a 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -312,8 +312,7 @@ everything after it has done the write-protect/mkwrite trickery: - Set the mkwrite and fsync callbacks with similar implementions to the core fbdev defio stuff. These should all work on plain ptes, they don't actually - require a struct page. uff. These should all work on plain ptes, they don't - actually require a struct page. + require a struct page. - Track the dirty pages in a separate structure (bitfield with one bit per page should work) to avoid clobbering struct page.
Part of the paragraph was accidentally duplicated. Fixes: be5cadc7e7b4cee8 ("drm/todo: Better defio support in the generic fbdev emulation") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/gpu/todo.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)