mirror of https://gitee.com/openkylin/linux.git
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: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1480096777-12573-2-git-send-email-arkadiusz.hiler@intel.com
This commit is contained in:
parent
a3f79ca63b
commit
8c4f24f95c
|
@ -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"
|
Loading…
Reference in New Issue