mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 01:20:11 +01:00
i810 should be fine with i810.. no idea what this crack is ..
This commit is contained in:
parent
97528041df
commit
eff1b8fbdf
1 changed files with 0 additions and 6 deletions
|
|
@ -38,11 +38,6 @@
|
|||
|
||||
#include "drm_pciids.h"
|
||||
|
||||
static int dri_library_name(struct drm_device * dev, char * buf)
|
||||
{
|
||||
return snprintf(buf, PAGE_SIZE, "i830\n");
|
||||
}
|
||||
|
||||
static struct pci_device_id pciidlist[] = {
|
||||
i810_PCI_IDS
|
||||
};
|
||||
|
|
@ -61,7 +56,6 @@ static struct drm_driver driver = {
|
|||
.dma_quiescent = i810_driver_dma_quiescent,
|
||||
.get_map_ofs = drm_core_get_map_ofs,
|
||||
.get_reg_ofs = drm_core_get_reg_ofs,
|
||||
.dri_library_name = dri_library_name,
|
||||
.ioctls = i810_ioctls,
|
||||
.fops = {
|
||||
.owner = THIS_MODULE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue