mirror of
https://github.com/NVIDIA/open-gpu-kernel-modules.git
synced 2026-04-22 07:19:11 +00:00
565 lines
31 KiB
C
565 lines
31 KiB
C
#define NVOC_DISPSW_H_PRIVATE_ACCESS_ALLOWED
|
|
#include "nvoc/runtime.h"
|
|
#include "nvoc/rtti.h"
|
|
#include "nvtypes.h"
|
|
#include "nvport/nvport.h"
|
|
#include "nvport/inline/util_valist.h"
|
|
#include "utils/nvassert.h"
|
|
#include "g_dispsw_nvoc.h"
|
|
|
|
#ifdef DEBUG
|
|
char __nvoc_class_id_uniqueness_check_0x99ad6d = 1;
|
|
#endif
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_DispSwObject;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_Object;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_RsResource;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_RmResourceCommon;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_RmResource;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_GpuResource;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_INotifier;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_Notifier;
|
|
|
|
extern const struct NVOC_CLASS_DEF __nvoc_class_def_ChannelDescendant;
|
|
|
|
void __nvoc_init_DispSwObject(DispSwObject*, RmHalspecOwner* );
|
|
void __nvoc_init_funcTable_DispSwObject(DispSwObject*, RmHalspecOwner* );
|
|
NV_STATUS __nvoc_ctor_DispSwObject(DispSwObject*, RmHalspecOwner* , CALL_CONTEXT * arg_pCallContext, struct RS_RES_ALLOC_PARAMS_INTERNAL * arg_pParams);
|
|
void __nvoc_init_dataField_DispSwObject(DispSwObject*, RmHalspecOwner* );
|
|
void __nvoc_dtor_DispSwObject(DispSwObject*);
|
|
extern const struct NVOC_EXPORT_INFO __nvoc_export_info_DispSwObject;
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_DispSwObject = {
|
|
/*pClassDef=*/ &__nvoc_class_def_DispSwObject,
|
|
/*dtor=*/ (NVOC_DYNAMIC_DTOR) &__nvoc_dtor_DispSwObject,
|
|
/*offset=*/ 0,
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_Object = {
|
|
/*pClassDef=*/ &__nvoc_class_def_Object,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_RsResource = {
|
|
/*pClassDef=*/ &__nvoc_class_def_RsResource,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_RmResourceCommon = {
|
|
/*pClassDef=*/ &__nvoc_class_def_RmResourceCommon,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RmResourceCommon),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_RmResource = {
|
|
/*pClassDef=*/ &__nvoc_class_def_RmResource,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_GpuResource = {
|
|
/*pClassDef=*/ &__nvoc_class_def_GpuResource,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_GpuResource),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_INotifier = {
|
|
/*pClassDef=*/ &__nvoc_class_def_INotifier,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_Notifier.__nvoc_base_INotifier),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_Notifier = {
|
|
/*pClassDef=*/ &__nvoc_class_def_Notifier,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant.__nvoc_base_Notifier),
|
|
};
|
|
|
|
static const struct NVOC_RTTI __nvoc_rtti_DispSwObject_ChannelDescendant = {
|
|
/*pClassDef=*/ &__nvoc_class_def_ChannelDescendant,
|
|
/*dtor=*/ &__nvoc_destructFromBase,
|
|
/*offset=*/ NV_OFFSETOF(DispSwObject, __nvoc_base_ChannelDescendant),
|
|
};
|
|
|
|
static const struct NVOC_CASTINFO __nvoc_castinfo_DispSwObject = {
|
|
/*numRelatives=*/ 9,
|
|
/*relatives=*/ {
|
|
&__nvoc_rtti_DispSwObject_DispSwObject,
|
|
&__nvoc_rtti_DispSwObject_ChannelDescendant,
|
|
&__nvoc_rtti_DispSwObject_Notifier,
|
|
&__nvoc_rtti_DispSwObject_INotifier,
|
|
&__nvoc_rtti_DispSwObject_GpuResource,
|
|
&__nvoc_rtti_DispSwObject_RmResource,
|
|
&__nvoc_rtti_DispSwObject_RmResourceCommon,
|
|
&__nvoc_rtti_DispSwObject_RsResource,
|
|
&__nvoc_rtti_DispSwObject_Object,
|
|
},
|
|
};
|
|
|
|
const struct NVOC_CLASS_DEF __nvoc_class_def_DispSwObject =
|
|
{
|
|
/*classInfo=*/ {
|
|
/*size=*/ sizeof(DispSwObject),
|
|
/*classId=*/ classId(DispSwObject),
|
|
/*providerId=*/ &__nvoc_rtti_provider,
|
|
#if NV_PRINTF_STRINGS_ALLOWED
|
|
/*name=*/ "DispSwObject",
|
|
#endif
|
|
},
|
|
/*objCreatefn=*/ (NVOC_DYNAMIC_OBJ_CREATE) &__nvoc_objCreateDynamic_DispSwObject,
|
|
/*pCastInfo=*/ &__nvoc_castinfo_DispSwObject,
|
|
/*pExportInfo=*/ &__nvoc_export_info_DispSwObject
|
|
};
|
|
|
|
#if !defined(NVOC_EXPORTED_METHOD_DISABLED_BY_FLAG)
|
|
#define NVOC_EXPORTED_METHOD_DISABLED_BY_FLAG(x) (0)
|
|
#endif
|
|
|
|
static const struct NVOC_EXPORTED_METHOD_DEF __nvoc_exported_method_def_DispSwObject[] =
|
|
{
|
|
{ /* [0] */
|
|
#if NVOC_EXPORTED_METHOD_DISABLED_BY_FLAG(0x48u)
|
|
/*pFunc=*/ (void (*)(void)) NULL,
|
|
#else
|
|
/*pFunc=*/ (void (*)(void)) dispswCtrlCmdNotifyOnVblank_IMPL,
|
|
#endif // NVOC_EXPORTED_METHOD_DISABLED_BY_FLAG(0x48u)
|
|
/*flags=*/ 0x48u,
|
|
/*accessRight=*/0x0u,
|
|
/*methodId=*/ 0x90720101u,
|
|
/*paramSize=*/ sizeof(NV9072_CTRL_CMD_NOTIFY_ON_VBLANK_PARAMS),
|
|
/*pClassInfo=*/ &(__nvoc_class_def_DispSwObject.classInfo),
|
|
#if NV_PRINTF_STRINGS_ALLOWED
|
|
/*func=*/ "dispswCtrlCmdNotifyOnVblank"
|
|
#endif
|
|
},
|
|
|
|
};
|
|
|
|
// 1 down-thunk(s) defined to bridge methods in DispSwObject from superclasses
|
|
|
|
// dispswGetSwMethods: virtual halified (singleton optimized) override (chandes) base (chandes) body
|
|
static NV_STATUS __nvoc_down_thunk_DispSwObject_chandesGetSwMethods(struct ChannelDescendant *pDispSw, const METHOD **ppMethods, NvU32 *pNumMethods) {
|
|
return dispswGetSwMethods((struct DispSwObject *)(((unsigned char *) pDispSw) - __nvoc_rtti_DispSwObject_ChannelDescendant.offset), ppMethods, pNumMethods);
|
|
}
|
|
|
|
|
|
// 31 up-thunk(s) defined to bridge methods in DispSwObject to superclasses
|
|
|
|
// dispswIsSwMethodStalling: virtual inherited (chandes) base (chandes)
|
|
static NvBool __nvoc_up_thunk_ChannelDescendant_dispswIsSwMethodStalling(struct DispSwObject *pChannelDescendant, NvU32 hHandle) {
|
|
return chandesIsSwMethodStalling((struct ChannelDescendant *)(((unsigned char *) pChannelDescendant) + __nvoc_rtti_DispSwObject_ChannelDescendant.offset), hHandle);
|
|
}
|
|
|
|
// dispswCheckMemInterUnmap: virtual inherited (chandes) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_ChannelDescendant_dispswCheckMemInterUnmap(struct DispSwObject *pChannelDescendant, NvBool bSubdeviceHandleProvided) {
|
|
return chandesCheckMemInterUnmap((struct ChannelDescendant *)(((unsigned char *) pChannelDescendant) + __nvoc_rtti_DispSwObject_ChannelDescendant.offset), bSubdeviceHandleProvided);
|
|
}
|
|
|
|
// dispswControl: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswControl(struct DispSwObject *pGpuResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
return gpuresControl((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswMap: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswMap(struct DispSwObject *pGpuResource, struct CALL_CONTEXT *pCallContext, struct RS_CPU_MAP_PARAMS *pParams, struct RsCpuMapping *pCpuMapping) {
|
|
return gpuresMap((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pCallContext, pParams, pCpuMapping);
|
|
}
|
|
|
|
// dispswUnmap: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswUnmap(struct DispSwObject *pGpuResource, struct CALL_CONTEXT *pCallContext, struct RsCpuMapping *pCpuMapping) {
|
|
return gpuresUnmap((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pCallContext, pCpuMapping);
|
|
}
|
|
|
|
// dispswShareCallback: virtual inherited (gpures) base (chandes)
|
|
static NvBool __nvoc_up_thunk_GpuResource_dispswShareCallback(struct DispSwObject *pGpuResource, struct RsClient *pInvokingClient, struct RsResourceRef *pParentRef, RS_SHARE_POLICY *pSharePolicy) {
|
|
return gpuresShareCallback((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pInvokingClient, pParentRef, pSharePolicy);
|
|
}
|
|
|
|
// dispswGetRegBaseOffsetAndSize: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswGetRegBaseOffsetAndSize(struct DispSwObject *pGpuResource, struct OBJGPU *pGpu, NvU32 *pOffset, NvU32 *pSize) {
|
|
return gpuresGetRegBaseOffsetAndSize((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pGpu, pOffset, pSize);
|
|
}
|
|
|
|
// dispswGetMapAddrSpace: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswGetMapAddrSpace(struct DispSwObject *pGpuResource, struct CALL_CONTEXT *pCallContext, NvU32 mapFlags, NV_ADDRESS_SPACE *pAddrSpace) {
|
|
return gpuresGetMapAddrSpace((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), pCallContext, mapFlags, pAddrSpace);
|
|
}
|
|
|
|
// dispswInternalControlForward: virtual inherited (gpures) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_GpuResource_dispswInternalControlForward(struct DispSwObject *pGpuResource, NvU32 command, void *pParams, NvU32 size) {
|
|
return gpuresInternalControlForward((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset), command, pParams, size);
|
|
}
|
|
|
|
// dispswGetInternalObjectHandle: virtual inherited (gpures) base (chandes)
|
|
static NvHandle __nvoc_up_thunk_GpuResource_dispswGetInternalObjectHandle(struct DispSwObject *pGpuResource) {
|
|
return gpuresGetInternalObjectHandle((struct GpuResource *)(((unsigned char *) pGpuResource) + __nvoc_rtti_DispSwObject_GpuResource.offset));
|
|
}
|
|
|
|
// dispswAccessCallback: virtual inherited (rmres) base (chandes)
|
|
static NvBool __nvoc_up_thunk_RmResource_dispswAccessCallback(struct DispSwObject *pResource, struct RsClient *pInvokingClient, void *pAllocParams, RsAccessRight accessRight) {
|
|
return rmresAccessCallback((struct RmResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pInvokingClient, pAllocParams, accessRight);
|
|
}
|
|
|
|
// dispswGetMemInterMapParams: virtual inherited (rmres) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RmResource_dispswGetMemInterMapParams(struct DispSwObject *pRmResource, RMRES_MEM_INTER_MAP_PARAMS *pParams) {
|
|
return rmresGetMemInterMapParams((struct RmResource *)(((unsigned char *) pRmResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pParams);
|
|
}
|
|
|
|
// dispswGetMemoryMappingDescriptor: virtual inherited (rmres) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RmResource_dispswGetMemoryMappingDescriptor(struct DispSwObject *pRmResource, struct MEMORY_DESCRIPTOR **ppMemDesc) {
|
|
return rmresGetMemoryMappingDescriptor((struct RmResource *)(((unsigned char *) pRmResource) + __nvoc_rtti_DispSwObject_RmResource.offset), ppMemDesc);
|
|
}
|
|
|
|
// dispswControlSerialization_Prologue: virtual inherited (rmres) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RmResource_dispswControlSerialization_Prologue(struct DispSwObject *pResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
return rmresControlSerialization_Prologue((struct RmResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswControlSerialization_Epilogue: virtual inherited (rmres) base (chandes)
|
|
static void __nvoc_up_thunk_RmResource_dispswControlSerialization_Epilogue(struct DispSwObject *pResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
rmresControlSerialization_Epilogue((struct RmResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswControl_Prologue: virtual inherited (rmres) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RmResource_dispswControl_Prologue(struct DispSwObject *pResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
return rmresControl_Prologue((struct RmResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswControl_Epilogue: virtual inherited (rmres) base (chandes)
|
|
static void __nvoc_up_thunk_RmResource_dispswControl_Epilogue(struct DispSwObject *pResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
rmresControl_Epilogue((struct RmResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RmResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswCanCopy: virtual inherited (res) base (chandes)
|
|
static NvBool __nvoc_up_thunk_RsResource_dispswCanCopy(struct DispSwObject *pResource) {
|
|
return resCanCopy((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset));
|
|
}
|
|
|
|
// dispswIsDuplicate: virtual inherited (res) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RsResource_dispswIsDuplicate(struct DispSwObject *pResource, NvHandle hMemory, NvBool *pDuplicate) {
|
|
return resIsDuplicate((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset), hMemory, pDuplicate);
|
|
}
|
|
|
|
// dispswPreDestruct: virtual inherited (res) base (chandes)
|
|
static void __nvoc_up_thunk_RsResource_dispswPreDestruct(struct DispSwObject *pResource) {
|
|
resPreDestruct((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset));
|
|
}
|
|
|
|
// dispswControlFilter: virtual inherited (res) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RsResource_dispswControlFilter(struct DispSwObject *pResource, struct CALL_CONTEXT *pCallContext, struct RS_RES_CONTROL_PARAMS_INTERNAL *pParams) {
|
|
return resControlFilter((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset), pCallContext, pParams);
|
|
}
|
|
|
|
// dispswIsPartialUnmapSupported: inline virtual inherited (res) base (chandes) body
|
|
static NvBool __nvoc_up_thunk_RsResource_dispswIsPartialUnmapSupported(struct DispSwObject *pResource) {
|
|
return resIsPartialUnmapSupported((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset));
|
|
}
|
|
|
|
// dispswMapTo: virtual inherited (res) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RsResource_dispswMapTo(struct DispSwObject *pResource, RS_RES_MAP_TO_PARAMS *pParams) {
|
|
return resMapTo((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset), pParams);
|
|
}
|
|
|
|
// dispswUnmapFrom: virtual inherited (res) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_RsResource_dispswUnmapFrom(struct DispSwObject *pResource, RS_RES_UNMAP_FROM_PARAMS *pParams) {
|
|
return resUnmapFrom((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset), pParams);
|
|
}
|
|
|
|
// dispswGetRefCount: virtual inherited (res) base (chandes)
|
|
static NvU32 __nvoc_up_thunk_RsResource_dispswGetRefCount(struct DispSwObject *pResource) {
|
|
return resGetRefCount((struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset));
|
|
}
|
|
|
|
// dispswAddAdditionalDependants: virtual inherited (res) base (chandes)
|
|
static void __nvoc_up_thunk_RsResource_dispswAddAdditionalDependants(struct RsClient *pClient, struct DispSwObject *pResource, RsResourceRef *pReference) {
|
|
resAddAdditionalDependants(pClient, (struct RsResource *)(((unsigned char *) pResource) + __nvoc_rtti_DispSwObject_RsResource.offset), pReference);
|
|
}
|
|
|
|
// dispswGetNotificationListPtr: virtual inherited (notify) base (chandes)
|
|
static PEVENTNOTIFICATION * __nvoc_up_thunk_Notifier_dispswGetNotificationListPtr(struct DispSwObject *pNotifier) {
|
|
return notifyGetNotificationListPtr((struct Notifier *)(((unsigned char *) pNotifier) + __nvoc_rtti_DispSwObject_Notifier.offset));
|
|
}
|
|
|
|
// dispswGetNotificationShare: virtual inherited (notify) base (chandes)
|
|
static struct NotifShare * __nvoc_up_thunk_Notifier_dispswGetNotificationShare(struct DispSwObject *pNotifier) {
|
|
return notifyGetNotificationShare((struct Notifier *)(((unsigned char *) pNotifier) + __nvoc_rtti_DispSwObject_Notifier.offset));
|
|
}
|
|
|
|
// dispswSetNotificationShare: virtual inherited (notify) base (chandes)
|
|
static void __nvoc_up_thunk_Notifier_dispswSetNotificationShare(struct DispSwObject *pNotifier, struct NotifShare *pNotifShare) {
|
|
notifySetNotificationShare((struct Notifier *)(((unsigned char *) pNotifier) + __nvoc_rtti_DispSwObject_Notifier.offset), pNotifShare);
|
|
}
|
|
|
|
// dispswUnregisterEvent: virtual inherited (notify) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_Notifier_dispswUnregisterEvent(struct DispSwObject *pNotifier, NvHandle hNotifierClient, NvHandle hNotifierResource, NvHandle hEventClient, NvHandle hEvent) {
|
|
return notifyUnregisterEvent((struct Notifier *)(((unsigned char *) pNotifier) + __nvoc_rtti_DispSwObject_Notifier.offset), hNotifierClient, hNotifierResource, hEventClient, hEvent);
|
|
}
|
|
|
|
// dispswGetOrAllocNotifShare: virtual inherited (notify) base (chandes)
|
|
static NV_STATUS __nvoc_up_thunk_Notifier_dispswGetOrAllocNotifShare(struct DispSwObject *pNotifier, NvHandle hNotifierClient, NvHandle hNotifierResource, struct NotifShare **ppNotifShare) {
|
|
return notifyGetOrAllocNotifShare((struct Notifier *)(((unsigned char *) pNotifier) + __nvoc_rtti_DispSwObject_Notifier.offset), hNotifierClient, hNotifierResource, ppNotifShare);
|
|
}
|
|
|
|
|
|
const struct NVOC_EXPORT_INFO __nvoc_export_info_DispSwObject =
|
|
{
|
|
/*numEntries=*/ 1,
|
|
/*pExportEntries=*/ __nvoc_exported_method_def_DispSwObject
|
|
};
|
|
|
|
void __nvoc_dtor_ChannelDescendant(ChannelDescendant*);
|
|
void __nvoc_dtor_DispSwObject(DispSwObject *pThis) {
|
|
__nvoc_dispswDestruct(pThis);
|
|
__nvoc_dtor_ChannelDescendant(&pThis->__nvoc_base_ChannelDescendant);
|
|
PORT_UNREFERENCED_VARIABLE(pThis);
|
|
}
|
|
|
|
void __nvoc_init_dataField_DispSwObject(DispSwObject *pThis, RmHalspecOwner *pRmhalspecowner) {
|
|
RmVariantHal *rmVariantHal = &pRmhalspecowner->rmVariantHal;
|
|
const unsigned long rmVariantHal_HalVarIdx = (unsigned long)rmVariantHal->__nvoc_HalVarIdx;
|
|
PORT_UNREFERENCED_VARIABLE(pThis);
|
|
PORT_UNREFERENCED_VARIABLE(pRmhalspecowner);
|
|
PORT_UNREFERENCED_VARIABLE(rmVariantHal);
|
|
PORT_UNREFERENCED_VARIABLE(rmVariantHal_HalVarIdx);
|
|
}
|
|
|
|
NV_STATUS __nvoc_ctor_ChannelDescendant(ChannelDescendant* , RmHalspecOwner* , CALL_CONTEXT *, struct RS_RES_ALLOC_PARAMS_INTERNAL *, PARAM_TO_ENGDESC_FUNCTION *);
|
|
NV_STATUS __nvoc_ctor_DispSwObject(DispSwObject *pThis, RmHalspecOwner *pRmhalspecowner, CALL_CONTEXT * arg_pCallContext, struct RS_RES_ALLOC_PARAMS_INTERNAL * arg_pParams) {
|
|
NV_STATUS status = NV_OK;
|
|
status = __nvoc_ctor_ChannelDescendant(&pThis->__nvoc_base_ChannelDescendant, pRmhalspecowner, arg_pCallContext, arg_pParams, ((void *)0));
|
|
if (status != NV_OK) goto __nvoc_ctor_DispSwObject_fail_ChannelDescendant;
|
|
__nvoc_init_dataField_DispSwObject(pThis, pRmhalspecowner);
|
|
|
|
status = __nvoc_dispswConstruct(pThis, arg_pCallContext, arg_pParams);
|
|
if (status != NV_OK) goto __nvoc_ctor_DispSwObject_fail__init;
|
|
goto __nvoc_ctor_DispSwObject_exit; // Success
|
|
|
|
__nvoc_ctor_DispSwObject_fail__init:
|
|
__nvoc_dtor_ChannelDescendant(&pThis->__nvoc_base_ChannelDescendant);
|
|
__nvoc_ctor_DispSwObject_fail_ChannelDescendant:
|
|
__nvoc_ctor_DispSwObject_exit:
|
|
|
|
return status;
|
|
}
|
|
|
|
// Vtable initialization
|
|
static void __nvoc_init_funcTable_DispSwObject_1(DispSwObject *pThis, RmHalspecOwner *pRmhalspecowner) {
|
|
RmVariantHal *rmVariantHal = &pRmhalspecowner->rmVariantHal;
|
|
const unsigned long rmVariantHal_HalVarIdx = (unsigned long)rmVariantHal->__nvoc_HalVarIdx;
|
|
PORT_UNREFERENCED_VARIABLE(pThis);
|
|
PORT_UNREFERENCED_VARIABLE(pRmhalspecowner);
|
|
PORT_UNREFERENCED_VARIABLE(rmVariantHal);
|
|
PORT_UNREFERENCED_VARIABLE(rmVariantHal_HalVarIdx);
|
|
|
|
// dispswGetSwMethods -- virtual halified (singleton optimized) override (chandes) base (chandes) body
|
|
pThis->__dispswGetSwMethods__ = &dispswGetSwMethods_46f6a7;
|
|
pThis->__nvoc_base_ChannelDescendant.__chandesGetSwMethods__ = &__nvoc_down_thunk_DispSwObject_chandesGetSwMethods;
|
|
|
|
// dispswCtrlCmdNotifyOnVblank -- exported (id=0x90720101)
|
|
#if !NVOC_EXPORTED_METHOD_DISABLED_BY_FLAG(0x48u)
|
|
pThis->__dispswCtrlCmdNotifyOnVblank__ = &dispswCtrlCmdNotifyOnVblank_IMPL;
|
|
#endif
|
|
|
|
// dispswIsSwMethodStalling -- virtual inherited (chandes) base (chandes)
|
|
pThis->__dispswIsSwMethodStalling__ = &__nvoc_up_thunk_ChannelDescendant_dispswIsSwMethodStalling;
|
|
|
|
// dispswCheckMemInterUnmap -- virtual inherited (chandes) base (chandes)
|
|
pThis->__dispswCheckMemInterUnmap__ = &__nvoc_up_thunk_ChannelDescendant_dispswCheckMemInterUnmap;
|
|
|
|
// dispswControl -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswControl__ = &__nvoc_up_thunk_GpuResource_dispswControl;
|
|
|
|
// dispswMap -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswMap__ = &__nvoc_up_thunk_GpuResource_dispswMap;
|
|
|
|
// dispswUnmap -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswUnmap__ = &__nvoc_up_thunk_GpuResource_dispswUnmap;
|
|
|
|
// dispswShareCallback -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswShareCallback__ = &__nvoc_up_thunk_GpuResource_dispswShareCallback;
|
|
|
|
// dispswGetRegBaseOffsetAndSize -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswGetRegBaseOffsetAndSize__ = &__nvoc_up_thunk_GpuResource_dispswGetRegBaseOffsetAndSize;
|
|
|
|
// dispswGetMapAddrSpace -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswGetMapAddrSpace__ = &__nvoc_up_thunk_GpuResource_dispswGetMapAddrSpace;
|
|
|
|
// dispswInternalControlForward -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswInternalControlForward__ = &__nvoc_up_thunk_GpuResource_dispswInternalControlForward;
|
|
|
|
// dispswGetInternalObjectHandle -- virtual inherited (gpures) base (chandes)
|
|
pThis->__dispswGetInternalObjectHandle__ = &__nvoc_up_thunk_GpuResource_dispswGetInternalObjectHandle;
|
|
|
|
// dispswAccessCallback -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswAccessCallback__ = &__nvoc_up_thunk_RmResource_dispswAccessCallback;
|
|
|
|
// dispswGetMemInterMapParams -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswGetMemInterMapParams__ = &__nvoc_up_thunk_RmResource_dispswGetMemInterMapParams;
|
|
|
|
// dispswGetMemoryMappingDescriptor -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswGetMemoryMappingDescriptor__ = &__nvoc_up_thunk_RmResource_dispswGetMemoryMappingDescriptor;
|
|
|
|
// dispswControlSerialization_Prologue -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswControlSerialization_Prologue__ = &__nvoc_up_thunk_RmResource_dispswControlSerialization_Prologue;
|
|
|
|
// dispswControlSerialization_Epilogue -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswControlSerialization_Epilogue__ = &__nvoc_up_thunk_RmResource_dispswControlSerialization_Epilogue;
|
|
|
|
// dispswControl_Prologue -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswControl_Prologue__ = &__nvoc_up_thunk_RmResource_dispswControl_Prologue;
|
|
|
|
// dispswControl_Epilogue -- virtual inherited (rmres) base (chandes)
|
|
pThis->__dispswControl_Epilogue__ = &__nvoc_up_thunk_RmResource_dispswControl_Epilogue;
|
|
|
|
// dispswCanCopy -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswCanCopy__ = &__nvoc_up_thunk_RsResource_dispswCanCopy;
|
|
|
|
// dispswIsDuplicate -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswIsDuplicate__ = &__nvoc_up_thunk_RsResource_dispswIsDuplicate;
|
|
|
|
// dispswPreDestruct -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswPreDestruct__ = &__nvoc_up_thunk_RsResource_dispswPreDestruct;
|
|
|
|
// dispswControlFilter -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswControlFilter__ = &__nvoc_up_thunk_RsResource_dispswControlFilter;
|
|
|
|
// dispswIsPartialUnmapSupported -- inline virtual inherited (res) base (chandes) body
|
|
pThis->__dispswIsPartialUnmapSupported__ = &__nvoc_up_thunk_RsResource_dispswIsPartialUnmapSupported;
|
|
|
|
// dispswMapTo -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswMapTo__ = &__nvoc_up_thunk_RsResource_dispswMapTo;
|
|
|
|
// dispswUnmapFrom -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswUnmapFrom__ = &__nvoc_up_thunk_RsResource_dispswUnmapFrom;
|
|
|
|
// dispswGetRefCount -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswGetRefCount__ = &__nvoc_up_thunk_RsResource_dispswGetRefCount;
|
|
|
|
// dispswAddAdditionalDependants -- virtual inherited (res) base (chandes)
|
|
pThis->__dispswAddAdditionalDependants__ = &__nvoc_up_thunk_RsResource_dispswAddAdditionalDependants;
|
|
|
|
// dispswGetNotificationListPtr -- virtual inherited (notify) base (chandes)
|
|
pThis->__dispswGetNotificationListPtr__ = &__nvoc_up_thunk_Notifier_dispswGetNotificationListPtr;
|
|
|
|
// dispswGetNotificationShare -- virtual inherited (notify) base (chandes)
|
|
pThis->__dispswGetNotificationShare__ = &__nvoc_up_thunk_Notifier_dispswGetNotificationShare;
|
|
|
|
// dispswSetNotificationShare -- virtual inherited (notify) base (chandes)
|
|
pThis->__dispswSetNotificationShare__ = &__nvoc_up_thunk_Notifier_dispswSetNotificationShare;
|
|
|
|
// dispswUnregisterEvent -- virtual inherited (notify) base (chandes)
|
|
pThis->__dispswUnregisterEvent__ = &__nvoc_up_thunk_Notifier_dispswUnregisterEvent;
|
|
|
|
// dispswGetOrAllocNotifShare -- virtual inherited (notify) base (chandes)
|
|
pThis->__dispswGetOrAllocNotifShare__ = &__nvoc_up_thunk_Notifier_dispswGetOrAllocNotifShare;
|
|
} // End __nvoc_init_funcTable_DispSwObject_1 with approximately 34 basic block(s).
|
|
|
|
|
|
// Initialize vtable(s) for 33 virtual method(s).
|
|
void __nvoc_init_funcTable_DispSwObject(DispSwObject *pThis, RmHalspecOwner *pRmhalspecowner) {
|
|
|
|
// Initialize vtable(s) with 33 per-object function pointer(s).
|
|
__nvoc_init_funcTable_DispSwObject_1(pThis, pRmhalspecowner);
|
|
}
|
|
|
|
void __nvoc_init_ChannelDescendant(ChannelDescendant*, RmHalspecOwner* );
|
|
void __nvoc_init_DispSwObject(DispSwObject *pThis, RmHalspecOwner *pRmhalspecowner) {
|
|
pThis->__nvoc_pbase_DispSwObject = pThis;
|
|
pThis->__nvoc_pbase_Object = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object;
|
|
pThis->__nvoc_pbase_RsResource = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource;
|
|
pThis->__nvoc_pbase_RmResourceCommon = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RmResourceCommon;
|
|
pThis->__nvoc_pbase_RmResource = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource;
|
|
pThis->__nvoc_pbase_GpuResource = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource;
|
|
pThis->__nvoc_pbase_INotifier = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_Notifier.__nvoc_base_INotifier;
|
|
pThis->__nvoc_pbase_Notifier = &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_Notifier;
|
|
pThis->__nvoc_pbase_ChannelDescendant = &pThis->__nvoc_base_ChannelDescendant;
|
|
__nvoc_init_ChannelDescendant(&pThis->__nvoc_base_ChannelDescendant, pRmhalspecowner);
|
|
__nvoc_init_funcTable_DispSwObject(pThis, pRmhalspecowner);
|
|
}
|
|
|
|
NV_STATUS __nvoc_objCreate_DispSwObject(DispSwObject **ppThis, Dynamic *pParent, NvU32 createFlags, CALL_CONTEXT * arg_pCallContext, struct RS_RES_ALLOC_PARAMS_INTERNAL * arg_pParams)
|
|
{
|
|
NV_STATUS status;
|
|
Object *pParentObj = NULL;
|
|
DispSwObject *pThis;
|
|
RmHalspecOwner *pRmhalspecowner;
|
|
|
|
// Assign `pThis`, allocating memory unless suppressed by flag.
|
|
status = __nvoc_handleObjCreateMemAlloc(createFlags, sizeof(DispSwObject), (void**)&pThis, (void**)ppThis);
|
|
if (status != NV_OK)
|
|
return status;
|
|
|
|
// Zero is the initial value for everything.
|
|
portMemSet(pThis, 0, sizeof(DispSwObject));
|
|
|
|
// Initialize runtime type information.
|
|
__nvoc_initRtti(staticCast(pThis, Dynamic), &__nvoc_class_def_DispSwObject);
|
|
|
|
pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object.createFlags = createFlags;
|
|
|
|
// pParent must be a valid object that derives from a halspec owner class.
|
|
NV_ASSERT_OR_RETURN(pParent != NULL, NV_ERR_INVALID_ARGUMENT);
|
|
|
|
// Link the child into the parent unless flagged not to do so.
|
|
if (!(createFlags & NVOC_OBJ_CREATE_FLAGS_PARENT_HALSPEC_ONLY))
|
|
{
|
|
pParentObj = dynamicCast(pParent, Object);
|
|
objAddChild(pParentObj, &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object);
|
|
}
|
|
else
|
|
{
|
|
pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object.pParent = NULL;
|
|
}
|
|
|
|
if ((pRmhalspecowner = dynamicCast(pParent, RmHalspecOwner)) == NULL)
|
|
pRmhalspecowner = objFindAncestorOfType(RmHalspecOwner, pParent);
|
|
NV_ASSERT_OR_RETURN(pRmhalspecowner != NULL, NV_ERR_INVALID_ARGUMENT);
|
|
|
|
__nvoc_init_DispSwObject(pThis, pRmhalspecowner);
|
|
status = __nvoc_ctor_DispSwObject(pThis, pRmhalspecowner, arg_pCallContext, arg_pParams);
|
|
if (status != NV_OK) goto __nvoc_objCreate_DispSwObject_cleanup;
|
|
|
|
// Assignment has no effect if NVOC_OBJ_CREATE_FLAGS_IN_PLACE_CONSTRUCT is set.
|
|
*ppThis = pThis;
|
|
|
|
return NV_OK;
|
|
|
|
__nvoc_objCreate_DispSwObject_cleanup:
|
|
|
|
// Unlink the child from the parent if it was linked above.
|
|
if (pParentObj != NULL)
|
|
objRemoveChild(pParentObj, &pThis->__nvoc_base_ChannelDescendant.__nvoc_base_GpuResource.__nvoc_base_RmResource.__nvoc_base_RsResource.__nvoc_base_Object);
|
|
|
|
// Do not call destructors here since the constructor already called them.
|
|
if (createFlags & NVOC_OBJ_CREATE_FLAGS_IN_PLACE_CONSTRUCT)
|
|
portMemSet(pThis, 0, sizeof(DispSwObject));
|
|
else
|
|
{
|
|
portMemFree(pThis);
|
|
*ppThis = NULL;
|
|
}
|
|
|
|
// coverity[leaked_storage:FALSE]
|
|
return status;
|
|
}
|
|
|
|
NV_STATUS __nvoc_objCreateDynamic_DispSwObject(DispSwObject **ppThis, Dynamic *pParent, NvU32 createFlags, va_list args) {
|
|
NV_STATUS status;
|
|
CALL_CONTEXT * arg_pCallContext = va_arg(args, CALL_CONTEXT *);
|
|
struct RS_RES_ALLOC_PARAMS_INTERNAL * arg_pParams = va_arg(args, struct RS_RES_ALLOC_PARAMS_INTERNAL *);
|
|
|
|
status = __nvoc_objCreate_DispSwObject(ppThis, pParent, createFlags, arg_pCallContext, arg_pParams);
|
|
|
|
return status;
|
|
}
|
|
|