]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915/guc: Sanitory checks for platform that dont have GuC
authorAnusha Srivatsa <anusha.srivatsa@intel.com>
Fri, 14 Oct 2016 23:47:05 +0000 (16:47 -0700)
committerPaulo Zanoni <paulo.r.zanoni@intel.com>
Tue, 18 Oct 2016 12:30:00 +0000 (10:30 -0200)
commit21e33021a7cfa3a9e402a58cd44fd781d97466f2
treeae4adb617635f75ebdaffe9f6f8babc73e346e68
parent910530c0630541aa5d2f20ea15f3108bfe2c1693
drm/i915/guc: Sanitory checks for platform that dont have GuC

i915.enable_guc_loading/submission=2 forces the usage of GuC.
For platforms that do not have a GuC, asking the kernel to use a GuC
should not result in an error state. Do extra checks to see if the
platform even has a GuC or not, regardless of the kernel parameter.

v2: Based on Rodrigo's patch and Paulo's suggestion(Paulo, Rodrigo)
v3: Correct the Indentation(Jani, Paulo)
v4: Added the blank line(Jani, Paulo)
v5 (from Paulo): Remove the extra blank line.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97573
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Cc: Zanoni Paulo <paulo.r.zanoni@intel.com>
Cc: Jani Nikula <jani.nikula@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Anusha Srivatsa <anusha.srivatsa@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1476488825-5673-1-git-send-email-anusha.srivatsa@intel.com
drivers/gpu/drm/i915/intel_guc_loader.c