diff options
author | José Roberto de Souza <jose.souza@intel.com> | 2021-08-14 18:43:46 -0700 |
---|---|---|
committer | José Roberto de Souza <jose.souza@intel.com> | 2021-08-16 10:31:18 -0700 |
commit | bbaafe536c840d962870d33572d3d5f9051550f3 (patch) | |
tree | 4a9f62f1e5b3ce72ad5903074feb9753f544aafb /drivers/gpu/drm/i915/display/intel_frontbuffer.h | |
parent | 7b24b79bf5f9492a63a09d5752af3c155f45f793 (diff) | |
download | linux-bbaafe536c840d962870d33572d3d5f9051550f3.tar.gz linux-bbaafe536c840d962870d33572d3d5f9051550f3.tar.bz2 linux-bbaafe536c840d962870d33572d3d5f9051550f3.zip |
drm/i915: Nuke ORIGIN_GTT
There is no users of it, so no need to keep handling for it.
Reviewed-by: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Cc: Gwan-gyeong Mun <gwan-gyeong.mun@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210815014346.373945-2-jose.souza@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/display/intel_frontbuffer.h')
-rw-r--r-- | drivers/gpu/drm/i915/display/intel_frontbuffer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/display/intel_frontbuffer.h b/drivers/gpu/drm/i915/display/intel_frontbuffer.h index 6d41f5394425..4b977c1e4d52 100644 --- a/drivers/gpu/drm/i915/display/intel_frontbuffer.h +++ b/drivers/gpu/drm/i915/display/intel_frontbuffer.h @@ -33,8 +33,7 @@ struct drm_i915_private; enum fb_op_origin { - ORIGIN_GTT, - ORIGIN_CPU, + ORIGIN_CPU = 0, ORIGIN_CS, ORIGIN_FLIP, ORIGIN_DIRTYFB, |