mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 21:32:16 +02:00
feat: update gpu to Linux_SDK_V1.2.1
This version update involves a lot of content, so the previous version has been deleted and the new version has been re-merged into the kernel. The configuration file for the GPU driver originates from a previous version. Signed-off-by: Mingzheng Xing <xingmingzheng@iscas.ac.cn>
This commit is contained in:
@@ -478,21 +478,6 @@ DevmemIntPDumpSaveToFileVirtual(DEVMEMINT_CTX *psDevmemCtx,
|
||||
IMG_UINT32
|
||||
DevmemIntMMUContextID(DEVMEMINT_CTX *psDevMemContext);
|
||||
|
||||
PVRSRV_ERROR
|
||||
DevmemIntPDumpBitmap(CONNECTION_DATA * psConnection,
|
||||
PVRSRV_DEVICE_NODE *psDeviceNode,
|
||||
IMG_CHAR *pszFileName,
|
||||
IMG_UINT32 ui32FileOffset,
|
||||
IMG_UINT32 ui32Width,
|
||||
IMG_UINT32 ui32Height,
|
||||
IMG_UINT32 ui32StrideInBytes,
|
||||
IMG_DEV_VIRTADDR sDevBaseAddr,
|
||||
DEVMEMINT_CTX *psDevMemContext,
|
||||
IMG_UINT32 ui32Size,
|
||||
PDUMP_PIXEL_FORMAT ePixelFormat,
|
||||
IMG_UINT32 ui32AddrMode,
|
||||
IMG_UINT32 ui32PDumpFlags);
|
||||
|
||||
PVRSRV_ERROR
|
||||
DevmemIntPDumpImageDescriptor(CONNECTION_DATA * psConnection,
|
||||
PVRSRV_DEVICE_NODE *psDeviceNode,
|
||||
@@ -550,40 +535,6 @@ DevmemIntPDumpSaveToFileVirtual(DEVMEMINT_CTX *psDevmemCtx,
|
||||
return PVRSRV_OK;
|
||||
}
|
||||
|
||||
#ifdef INLINE_IS_PRAGMA
|
||||
#pragma inline(DevmemIntPDumpBitmap)
|
||||
#endif
|
||||
static INLINE PVRSRV_ERROR
|
||||
DevmemIntPDumpBitmap(CONNECTION_DATA * psConnection,
|
||||
PVRSRV_DEVICE_NODE *psDeviceNode,
|
||||
IMG_CHAR *pszFileName,
|
||||
IMG_UINT32 ui32FileOffset,
|
||||
IMG_UINT32 ui32Width,
|
||||
IMG_UINT32 ui32Height,
|
||||
IMG_UINT32 ui32StrideInBytes,
|
||||
IMG_DEV_VIRTADDR sDevBaseAddr,
|
||||
DEVMEMINT_CTX *psDevMemContext,
|
||||
IMG_UINT32 ui32Size,
|
||||
PDUMP_PIXEL_FORMAT ePixelFormat,
|
||||
IMG_UINT32 ui32AddrMode,
|
||||
IMG_UINT32 ui32PDumpFlags)
|
||||
{
|
||||
PVR_UNREFERENCED_PARAMETER(psConnection);
|
||||
PVR_UNREFERENCED_PARAMETER(psDeviceNode);
|
||||
PVR_UNREFERENCED_PARAMETER(pszFileName);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32FileOffset);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32Width);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32Height);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32StrideInBytes);
|
||||
PVR_UNREFERENCED_PARAMETER(sDevBaseAddr);
|
||||
PVR_UNREFERENCED_PARAMETER(psDevMemContext);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32Size);
|
||||
PVR_UNREFERENCED_PARAMETER(ePixelFormat);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32AddrMode);
|
||||
PVR_UNREFERENCED_PARAMETER(ui32PDumpFlags);
|
||||
return PVRSRV_OK;
|
||||
}
|
||||
|
||||
#ifdef INLINE_IS_PRAGMA
|
||||
#pragma inline(DevmemIntPDumpImageDescriptor)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user