]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/i915/frontbuffer: remove obsolete comment about mark busy/idle
authorJani Nikula <jani.nikula@intel.com>
Thu, 6 Jun 2019 12:22:03 +0000 (15:22 +0300)
committerJani Nikula <jani.nikula@intel.com>
Mon, 10 Jun 2019 07:29:35 +0000 (10:29 +0300)
This no longer exists.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190606122203.13416-4-jani.nikula@intel.com
drivers/gpu/drm/i915/intel_frontbuffer.c

index aa34e33b6087078123922ccb3fb9d7a3ccd4bf99..d6036b9ad16a2e5619e96f79d361b4b033cf27bd 100644 (file)
  * 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"