aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
diff options
context:
space:
mode:
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-13 17:11:54 +0000
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>2017-12-14 13:24:08 +0000
commitfe66e92888a1cc0275d98be2d62ba81a097ec3f5 (patch)
tree31cf6c0d3d5f04c7af940fd9868c772b72bfe956 /drivers/gpu/drm/i915/intel_device_info.c
parentdrm/i915/guc: Extract doorbell verification into a function (diff)
downloadlinux-dev-fe66e92888a1cc0275d98be2d62ba81a097ec3f5.tar.xz
linux-dev-fe66e92888a1cc0275d98be2d62ba81a097ec3f5.zip
drm/i915: make CS frequency read support missing more obvious
As suggested by Chris, we should make this more obvious for people working with newer generations. Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20171213171154.6201-1-lionel.g.landwerlin@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_device_info.c')
-rw-r--r--drivers/gpu/drm/i915/intel_device_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 405d70124a46..f478be3ae0ba 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -416,7 +416,7 @@ static u32 read_timestamp_frequency(struct drm_i915_private *dev_priv)
return freq;
}
- DRM_ERROR("Unknown gen, unable to compute command stream timestamp frequency\n");
+ MISSING_CASE("Unknown gen, unable to read command streamer timestamp frequency\n");
return 0;
}