We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0571b2 commit 1ab2ddcCopy full SHA for 1ab2ddc
Documentation/gpu/todo.rst
@@ -465,7 +465,8 @@ Clean up checks for already prepared/enabled in panels
465
466
In a whole pile of panel drivers, we have code to make the
467
prepare/unprepare/enable/disable callbacks behave as no-ops if they've already
468
-been called. To get some idea of the duplicated code, try:
+been called. To get some idea of the duplicated code, try::
469
+
470
git grep 'if.*>prepared' -- drivers/gpu/drm/panel
471
git grep 'if.*>enabled' -- drivers/gpu/drm/panel
472
0 commit comments