Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5798447 authored by Jani Nikula's avatar Jani Nikula
Browse files

drm/i915/frontbuffer: remove obsolete comment about mark busy/idle

parent f59d6414
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -53,14 +53,8 @@
 * busyness. There is no direct way to detect idleness. Instead an idle timer
 * work delayed work should be started from the flush and flip functions and
 * cancelled as soon as busyness is detected.
 *
 * Note that there's also an older frontbuffer activity tracking scheme which
 * just tracks general activity. This is done by the various mark_busy and
 * mark_idle functions. For display power management features using these
 * functions is deprecated and should be avoided.
 */


#include "i915_drv.h"
#include "intel_dp.h"
#include "intel_drv.h"