Bug 92861 - [Patch] VM800 / VN800 / P4M800 Pro Correction
Summary: [Patch] VM800 / VN800 / P4M800 Pro Correction
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/openchrome (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium enhancement
Assignee: Openchrome development list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-08 05:58 UTC by Kevin Brace
Modified: 2016-02-11 07:55 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
This patch eliminates references to non-existent VM800 chipset in the source code. (29.52 KB, text/plain)
2015-11-08 05:58 UTC, Kevin Brace
no flags Details
This patch eliminates references to non-existent VM800 chipset in the source code (29.55 KB, patch)
2015-11-15 06:05 UTC, Kevin Brace
no flags Details | Splinter Review
This patch eliminates references to non-existent VM800 chipset in the source code (30.00 KB, patch)
2015-12-04 05:26 UTC, Kevin Brace
no flags Details | Splinter Review
This patch eliminates references to non-existent VM800 chipset in the source code (17.82 KB, patch)
2016-01-05 03:05 UTC, Kevin Brace
no flags Details | Splinter Review
This patch eliminates references to non-existent VM800 chipset in the source code (17.82 KB, patch)
2016-01-05 03:13 UTC, Kevin Brace
no flags Details | Splinter Review
This patch eliminates references to non-existent VM800 chipset in the source code (17.82 KB, patch)
2016-01-05 09:59 UTC, Kevin Brace
no flags Details | Splinter Review
This patch eliminates references to non-existent VM800 chipset in the source code (15.79 KB, patch)
2016-01-07 02:55 UTC, Kevin Brace
no flags Details | Splinter Review

Description Kevin Brace 2015-11-08 05:58:18 UTC
Created attachment 119473 [details]
This patch eliminates references to non-existent VM800 chipset in the source code.

Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c due to the fact that there is no such product as VM800 chipset from VIA Technologies.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
Made an improvement in supported device message recorded by Xorg.0.log.
Other than that, there is no change in terms of the device driver functionality.
The compiled device driver was tested on the following computer.
    
     - Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset) with Lubuntu 12.04 i386.
Comment 1 Kevin Brace 2015-11-15 06:05:53 UTC
Created attachment 119668 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c 
due to the fact that there is no such product as VM800 chipset from 
VIA Technologies. The VM800 chipset the source code refers to really 
is P4M800 Pro chipset. Also, the source code refers to a product 
called VN800 chipset, and this is similar (related) to P4M800 Pro 
chipset.
    Made an improvement in supported device message recorded by 
Xorg.0.log.
   Other than that, there is no change in terms of the 
device driver functionality. The compiled device driver was tested 
on the following computer.

 - Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset) 
   with Lubuntu 12.04 i386
Comment 2 Kevin Brace 2015-12-04 05:26:30 UTC
Created attachment 120321 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c due to the fact that there is no such product as VM800 chipset from VIA Technologies.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
     Made an improvement in supported device message recorded by Xorg.0.log.
Other than that, there is no change in terms of the device driver functionality. The compiled device driver was tested on the following computer.

 - Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset)
   with Lubuntu 12.04 i386
Comment 3 Kevin Brace 2016-01-05 03:05:38 UTC
Created attachment 120804 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Substitution of VIA_VM800 label
    
Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c where it is defined due to the fact that there is no such product as VM800 chipset from VIA Technologies.
Of course, references to VIA_VM800 label in other files were also replaced as well.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
    The compiled device driver was tested on the following computer.
    
- Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset)
  with Lubuntu 12.04 i386
Comment 4 Kevin Brace 2016-01-05 03:13:54 UTC
Created attachment 120805 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Substitution of VIA_VM800 label
    
Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c where it is defined due to the fact that there is no such product as VM800 chipset from VIA Technologies.
Of course, references to VIA_VM800 label in other files were also replaced as well.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
    The compiled device driver was tested on the following computer.
    
- Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset)
  with Lubuntu 12.04 i386
Comment 5 Kevin Brace 2016-01-05 09:59:01 UTC
Created attachment 120808 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Substitution of VIA_VM800 label
    
Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c where it is defined due to the fact that there is no such product as VM800 chipset from VIA Technologies.
Of course, references to VIA_VM800 label in other files were also replaced as well.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
    The compiled device driver was tested on the following computer.
    
- Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset)
  with Lubuntu 12.04 i386
Comment 6 Kevin Brace 2016-01-07 02:55:58 UTC
Created attachment 120851 [details] [review]
This patch eliminates references to non-existent VM800 chipset in the source code

Replaces VIA_VM800 label with VIA_P4M800PRO label inside via_driver.c due to the fact that there is no such product as VM800 chipset from VIA Technologies.
Of course, references to VIA_VM800 label in other files were also replaced as well.
The VM800 chipset the source code refers to really is P4M800 Pro chipset.
Also, the source code refers to a product called VN800 chipset, and this is similar (related) to P4M800 Pro chipset.
    The compiled device driver was tested on the following computer.

- Epic 1314 laptop (MSI VR321 laptop equivalent, VN896 chipset)
  with Lubuntu 12.04 i386
Comment 7 Kevin Brace 2016-02-11 07:55:29 UTC
Fixed by commit 35c6f0c1410247c4eba5fbc2e017561778c3c90d.

https://cgit.freedesktop.org/openchrome/xf86-video-openchrome/commit/?id=35c6f0c1410247c4eba5fbc2e017561778c3c90d


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.