aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_frontbuffer.c
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2019-06-06 15:22:03 +0300
committerJani Nikula <jani.nikula@intel.com>2019-06-10 10:29:35 +0300
commitc57984478ba97dd3b0ea00933a1bb08a35abda11 (patch)
tree4567644dffaf93994b2f211448907540e3243f38 /drivers/gpu/drm/i915/intel_frontbuffer.c
parentdrm/i915: move more atomic plane declarations to intel_atomic_plane.h (diff)
downloadlinux-dev-c57984478ba97dd3b0ea00933a1bb08a35abda11.tar.xz
linux-dev-c57984478ba97dd3b0ea00933a1bb08a35abda11.zip
drm/i915/frontbuffer: remove obsolete comment about mark busy/idle
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
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/i915/intel_frontbuffer.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/i915/intel_frontbuffer.c b/drivers/gpu/drm/i915/intel_frontbuffer.c
index aa34e33b6087..d6036b9ad16a 100644
--- a/drivers/gpu/drm/i915/intel_frontbuffer.c
+++ b/drivers/gpu/drm/i915/intel_frontbuffer.c
@@ -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"