mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-09-18 05:12:21 +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:
@@ -46,7 +46,14 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
#include <linux/fs.h>
|
||||
|
||||
#include "connection_server.h"
|
||||
#include "pvr_drm.h"
|
||||
|
||||
CONNECTION_DATA *LinuxConnectionFromFile(struct file *pFile);
|
||||
#define PVR_SRVKM_PRIV_DATA_IDX 0
|
||||
#define PVR_SYNC_PRIV_DATA_IDX 1
|
||||
|
||||
#define PVR_NUM_PRIV_DATA_IDXS 2
|
||||
|
||||
CONNECTION_DATA *LinuxServicesConnectionFromFile(struct file *pFile);
|
||||
CONNECTION_DATA *LinuxSyncConnectionFromFile(struct file *pFile);
|
||||
|
||||
#endif /* !defined(INCLUDED_PRIVATE_DATA_H) */
|
||||
|
||||
Reference in New Issue
Block a user