Commit 8c4f24f9 authored by Arkadiusz Hiler's avatar Arkadiusz Hiler Committed by Chris Wilson

drm/i915: Rename intel_guc.h to intel_uc.h

GuC is not the only one micro controller we have.

There are also HuC and DMC.

Making the file more general will help with code organization.

Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Michal Winiarski <michal.winiarski@intel.com>
Signed-off-by: default avatarArkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1480096777-12573-2-git-send-email-arkadiusz.hiler@intel.com
parent a3f79ca6
......@@ -55,7 +55,7 @@
#include "intel_bios.h"
#include "intel_dpll_mgr.h"
#include "intel_guc.h"
#include "intel_uc.h"
#include "intel_lrc.h"
#include "intel_ringbuffer.h"
......
......@@ -26,7 +26,7 @@
#include <linux/debugfs.h>
#include <linux/relay.h>
#include "i915_drv.h"
#include "intel_guc.h"
#include "intel_uc.h"
/**
* DOC: GuC-based command submission
......
......@@ -28,7 +28,7 @@
*/
#include <linux/firmware.h>
#include "i915_drv.h"
#include "intel_guc.h"
#include "intel_uc.h"
/**
* DOC: GuC-specific firmware loader
......
......@@ -21,8 +21,8 @@
* IN THE SOFTWARE.
*
*/
#ifndef _INTEL_GUC_H_
#define _INTEL_GUC_H_
#ifndef _INTEL_UC_H_
#define _INTEL_UC_H_
#include "intel_guc_fwif.h"
#include "i915_guc_reg.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment