Copy HC_ParaType_Auto change to shared-core. Bump version numbers and

dates.
main
Keith Whitwell 2004-12-20 12:03:02 +00:00
parent c4c48a8a5b
commit 47c178da08
3 changed files with 8 additions and 4 deletions

View File

@ -28,11 +28,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
#define DRIVER_DATE "20041219"
#define DRIVER_DATE "20041220"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 3
#define DRIVER_PATCHLEVEL 1
#define DRIVER_PATCHLEVEL 2
typedef struct drm_via_ring_buffer {
drm_map_t map;

View File

@ -548,6 +548,10 @@ via_check_header2( uint32_t const **buffer, const uint32_t *buf_end )
case (HC_ParaType_Tex | (HC_SubType_TexGeneral << 8)):
hz_table = table3;
break;
case HC_ParaType_Auto:
buf += 2;
*buffer = buf;
return state_command;
default:
/*

View File

@ -30,11 +30,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
#define DRIVER_DATE "20041219"
#define DRIVER_DATE "20041220"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 3
#define DRIVER_PATCHLEVEL 1
#define DRIVER_PATCHLEVEL 2
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \