xref: /openbmc/linux/drivers/gpu/drm/gma500/psb_drv.c (revision bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8)
15c49fd3aSAlan Cox /**************************************************************************
25c49fd3aSAlan Cox  * Copyright (c) 2007-2011, Intel Corporation.
35c49fd3aSAlan Cox  * All Rights Reserved.
45c49fd3aSAlan Cox  * Copyright (c) 2008, Tungsten Graphics, Inc. Cedar Park, TX., USA.
55c49fd3aSAlan Cox  * All Rights Reserved.
65c49fd3aSAlan Cox  *
75c49fd3aSAlan Cox  * This program is free software; you can redistribute it and/or modify it
85c49fd3aSAlan Cox  * under the terms and conditions of the GNU General Public License,
95c49fd3aSAlan Cox  * version 2, as published by the Free Software Foundation.
105c49fd3aSAlan Cox  *
115c49fd3aSAlan Cox  * This program is distributed in the hope it will be useful, but WITHOUT
125c49fd3aSAlan Cox  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
135c49fd3aSAlan Cox  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
145c49fd3aSAlan Cox  * more details.
155c49fd3aSAlan Cox  *
165c49fd3aSAlan Cox  * You should have received a copy of the GNU General Public License along with
175c49fd3aSAlan Cox  * this program; if not, write to the Free Software Foundation, Inc.,
185c49fd3aSAlan Cox  * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
195c49fd3aSAlan Cox  *
205c49fd3aSAlan Cox  **************************************************************************/
215c49fd3aSAlan Cox 
225c49fd3aSAlan Cox #include <drm/drmP.h>
235c49fd3aSAlan Cox #include <drm/drm.h>
245c49fd3aSAlan Cox #include "psb_drv.h"
255c49fd3aSAlan Cox #include "framebuffer.h"
265c49fd3aSAlan Cox #include "psb_reg.h"
275c49fd3aSAlan Cox #include "psb_intel_reg.h"
285c49fd3aSAlan Cox #include "intel_bios.h"
295c49fd3aSAlan Cox #include "mid_bios.h"
305c49fd3aSAlan Cox #include <drm/drm_pciids.h>
315c49fd3aSAlan Cox #include "power.h"
325c49fd3aSAlan Cox #include <linux/cpu.h>
335c49fd3aSAlan Cox #include <linux/notifier.h>
345c49fd3aSAlan Cox #include <linux/spinlock.h>
355c49fd3aSAlan Cox #include <linux/pm_runtime.h>
365c49fd3aSAlan Cox #include <acpi/video.h>
37af3a2cfbSDave Airlie #include <linux/module.h>
385c49fd3aSAlan Cox 
39f90cd811SArthur Borsboom static struct drm_driver driver;
40f90cd811SArthur Borsboom static int psb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
415c49fd3aSAlan Cox 
429083eb38SArthur Borsboom /*
439083eb38SArthur Borsboom  * The table below contains a mapping of the PCI vendor ID and the PCI Device ID
449083eb38SArthur Borsboom  * to the different groups of PowerVR 5-series chip designs
459083eb38SArthur Borsboom  *
469083eb38SArthur Borsboom  * 0x8086 = Intel Corporation
479083eb38SArthur Borsboom  *
489083eb38SArthur Borsboom  * PowerVR SGX535    - Poulsbo    - Intel GMA 500, Intel Atom Z5xx
499083eb38SArthur Borsboom  * PowerVR SGX535    - Moorestown - Intel GMA 600
509083eb38SArthur Borsboom  * PowerVR SGX535    - Oaktrail   - Intel GMA 600, Intel Atom Z6xx, E6xx
519083eb38SArthur Borsboom  * PowerVR SGX540    - Medfield   - Intel Atom Z2460
529083eb38SArthur Borsboom  * PowerVR SGX544MP2 - Medfield   -
539083eb38SArthur Borsboom  * PowerVR SGX545    - Cedartrail - Intel GMA 3600, Intel Atom D2500, N2600
549083eb38SArthur Borsboom  * PowerVR SGX545    - Cedartrail - Intel GMA 3650, Intel Atom D2550, D2700,
559083eb38SArthur Borsboom  *                                  N2800
569083eb38SArthur Borsboom  */
575c49fd3aSAlan Cox static DEFINE_PCI_DEVICE_TABLE(pciidlist) = {
585c49fd3aSAlan Cox 	{ 0x8086, 0x8108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &psb_chip_ops },
595c49fd3aSAlan Cox 	{ 0x8086, 0x8109, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &psb_chip_ops },
600cecdd81SAlan Cox #if defined(CONFIG_DRM_GMA600)
615c49fd3aSAlan Cox 	{ 0x8086, 0x4100, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
625c49fd3aSAlan Cox 	{ 0x8086, 0x4101, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
635c49fd3aSAlan Cox 	{ 0x8086, 0x4102, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
645c49fd3aSAlan Cox 	{ 0x8086, 0x4103, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
655c49fd3aSAlan Cox 	{ 0x8086, 0x4104, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
665c49fd3aSAlan Cox 	{ 0x8086, 0x4105, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
675c49fd3aSAlan Cox 	{ 0x8086, 0x4106, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
685c49fd3aSAlan Cox 	{ 0x8086, 0x4107, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
6956125db1SAlan Cox 	{ 0x8086, 0x4108, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &oaktrail_chip_ops },
705c49fd3aSAlan Cox #endif
71026abc33SKirill A. Shutemov #if defined(CONFIG_DRM_MEDFIELD)
72026abc33SKirill A. Shutemov 	{ 0x8086, 0x0130, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
73026abc33SKirill A. Shutemov 	{ 0x8086, 0x0131, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
74026abc33SKirill A. Shutemov 	{ 0x8086, 0x0132, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
75026abc33SKirill A. Shutemov 	{ 0x8086, 0x0133, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
76026abc33SKirill A. Shutemov 	{ 0x8086, 0x0134, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
77026abc33SKirill A. Shutemov 	{ 0x8086, 0x0135, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
78026abc33SKirill A. Shutemov 	{ 0x8086, 0x0136, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
79026abc33SKirill A. Shutemov 	{ 0x8086, 0x0137, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &mdfld_chip_ops },
80026abc33SKirill A. Shutemov #endif
81b6195aabSAlan Cox #if defined(CONFIG_DRM_GMA3600)
825c49fd3aSAlan Cox 	{ 0x8086, 0x0be0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
835c49fd3aSAlan Cox 	{ 0x8086, 0x0be1, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
845c49fd3aSAlan Cox 	{ 0x8086, 0x0be2, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
855c49fd3aSAlan Cox 	{ 0x8086, 0x0be3, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
865c49fd3aSAlan Cox 	{ 0x8086, 0x0be4, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
875c49fd3aSAlan Cox 	{ 0x8086, 0x0be5, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
885c49fd3aSAlan Cox 	{ 0x8086, 0x0be6, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
895c49fd3aSAlan Cox 	{ 0x8086, 0x0be7, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
909aa65a2bSAlan Cox 	{ 0x8086, 0x0be8, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
919aa65a2bSAlan Cox 	{ 0x8086, 0x0be9, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
929aa65a2bSAlan Cox 	{ 0x8086, 0x0bea, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
939aa65a2bSAlan Cox 	{ 0x8086, 0x0beb, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
949aa65a2bSAlan Cox 	{ 0x8086, 0x0bec, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
959aa65a2bSAlan Cox 	{ 0x8086, 0x0bed, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
969aa65a2bSAlan Cox 	{ 0x8086, 0x0bee, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
979aa65a2bSAlan Cox 	{ 0x8086, 0x0bef, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (long) &cdv_chip_ops },
985c49fd3aSAlan Cox #endif
99aa53f533SKirill A. Shutemov 	{ 0, }
1005c49fd3aSAlan Cox };
1015c49fd3aSAlan Cox MODULE_DEVICE_TABLE(pci, pciidlist);
1025c49fd3aSAlan Cox 
1035c49fd3aSAlan Cox /*
1045c49fd3aSAlan Cox  * Standard IOCTLs.
1055c49fd3aSAlan Cox  */
106baa70943SRob Clark static const struct drm_ioctl_desc psb_ioctls[] = {
1075c49fd3aSAlan Cox };
1085c49fd3aSAlan Cox 
109f90cd811SArthur Borsboom static void psb_driver_lastclose(struct drm_device *dev)
1105c49fd3aSAlan Cox {
1117147573aSDaniel Vetter 	int ret;
1127147573aSDaniel Vetter 	struct drm_psb_private *dev_priv = dev->dev_private;
1137147573aSDaniel Vetter 	struct psb_fbdev *fbdev = dev_priv->fbdev;
1147147573aSDaniel Vetter 
1150a819515SDaniel Vetter 	drm_modeset_lock_all(dev);
1167147573aSDaniel Vetter 	ret = drm_fb_helper_restore_fbdev_mode(&fbdev->psb_fb_helper);
1177147573aSDaniel Vetter 	if (ret)
1187147573aSDaniel Vetter 		DRM_DEBUG("failed to restore crtc mode\n");
1190a819515SDaniel Vetter 	drm_modeset_unlock_all(dev);
1207147573aSDaniel Vetter 
1215c49fd3aSAlan Cox 	return;
1225c49fd3aSAlan Cox }
1235c49fd3aSAlan Cox 
1245c49fd3aSAlan Cox static int psb_do_init(struct drm_device *dev)
1255c49fd3aSAlan Cox {
1265c49fd3aSAlan Cox 	struct drm_psb_private *dev_priv = dev->dev_private;
1275c49fd3aSAlan Cox 	struct psb_gtt *pg = &dev_priv->gtt;
1285c49fd3aSAlan Cox 
1295c49fd3aSAlan Cox 	uint32_t stolen_gtt;
1305c49fd3aSAlan Cox 
1315c49fd3aSAlan Cox 	if (pg->mmu_gatt_start & 0x0FFFFFFF) {
1325c49fd3aSAlan Cox 		dev_err(dev->dev, "Gatt must be 256M aligned. This is a bug.\n");
133af3765c7SArthur Borsboom 		return -EINVAL;
1345c49fd3aSAlan Cox 	}
1355c49fd3aSAlan Cox 
1365c49fd3aSAlan Cox 	stolen_gtt = (pg->stolen_size >> PAGE_SHIFT) * 4;
1375c49fd3aSAlan Cox 	stolen_gtt = (stolen_gtt + PAGE_SIZE - 1) >> PAGE_SHIFT;
138f90cd811SArthur Borsboom 	stolen_gtt = (stolen_gtt < pg->gtt_pages) ? stolen_gtt : pg->gtt_pages;
1395c49fd3aSAlan Cox 
1405c49fd3aSAlan Cox 	dev_priv->gatt_free_offset = pg->mmu_gatt_start +
1415c49fd3aSAlan Cox 	    (stolen_gtt << PAGE_SHIFT) * 1024;
1425c49fd3aSAlan Cox 
1435c49fd3aSAlan Cox 	spin_lock_init(&dev_priv->irqmask_lock);
1449242fe23SAlan Cox 	spin_lock_init(&dev_priv->lock_2d);
1455c49fd3aSAlan Cox 
1465c49fd3aSAlan Cox 	PSB_WSGX32(0x00000000, PSB_CR_BIF_BANK0);
1475c49fd3aSAlan Cox 	PSB_WSGX32(0x00000000, PSB_CR_BIF_BANK1);
1485c49fd3aSAlan Cox 	PSB_RSGX32(PSB_CR_BIF_BANK1);
149ae012bdcSPatrik Jakobsson 
150ae012bdcSPatrik Jakobsson 	/* Do not bypass any MMU access, let them pagefault instead */
151ae012bdcSPatrik Jakobsson 	PSB_WSGX32((PSB_RSGX32(PSB_CR_BIF_CTRL) & ~_PSB_MMU_ER_MASK),
1525c49fd3aSAlan Cox 		   PSB_CR_BIF_CTRL);
153ae012bdcSPatrik Jakobsson 	PSB_RSGX32(PSB_CR_BIF_CTRL);
154ae012bdcSPatrik Jakobsson 
1555c49fd3aSAlan Cox 	psb_spank(dev_priv);
1565c49fd3aSAlan Cox 
1575c49fd3aSAlan Cox 	/* mmu_gatt ?? */
1585c49fd3aSAlan Cox 	PSB_WSGX32(pg->gatt_start, PSB_CR_BIF_TWOD_REQ_BASE);
159ae012bdcSPatrik Jakobsson 	PSB_RSGX32(PSB_CR_BIF_TWOD_REQ_BASE); /* Post */
160ae012bdcSPatrik Jakobsson 
1615c49fd3aSAlan Cox 	return 0;
1625c49fd3aSAlan Cox }
1635c49fd3aSAlan Cox 
1645c49fd3aSAlan Cox static int psb_driver_unload(struct drm_device *dev)
1655c49fd3aSAlan Cox {
1665c49fd3aSAlan Cox 	struct drm_psb_private *dev_priv = dev->dev_private;
1675c49fd3aSAlan Cox 
1689083eb38SArthur Borsboom 	/* TODO: Kill vblank etc here */
1695c49fd3aSAlan Cox 
1705c49fd3aSAlan Cox 	if (dev_priv) {
1714ab2c7f1SAlan Cox 		if (dev_priv->backlight_device)
1724ab2c7f1SAlan Cox 			gma_backlight_exit(dev);
1734ab2c7f1SAlan Cox 		psb_modeset_cleanup(dev);
1745c49fd3aSAlan Cox 
1755c49fd3aSAlan Cox 		if (dev_priv->ops->chip_teardown)
1765c49fd3aSAlan Cox 			dev_priv->ops->chip_teardown(dev);
1776607e024SAlan Cox 
1786607e024SAlan Cox 		psb_intel_opregion_fini(dev);
1795c49fd3aSAlan Cox 
1805c49fd3aSAlan Cox 		if (dev_priv->pf_pd) {
1815c49fd3aSAlan Cox 			psb_mmu_free_pagedir(dev_priv->pf_pd);
1825c49fd3aSAlan Cox 			dev_priv->pf_pd = NULL;
1835c49fd3aSAlan Cox 		}
1845c49fd3aSAlan Cox 		if (dev_priv->mmu) {
1855c49fd3aSAlan Cox 			struct psb_gtt *pg = &dev_priv->gtt;
1865c49fd3aSAlan Cox 
1875c49fd3aSAlan Cox 			down_read(&pg->sem);
1885c49fd3aSAlan Cox 			psb_mmu_remove_pfn_sequence(
1895c49fd3aSAlan Cox 				psb_mmu_get_default_pd
1905c49fd3aSAlan Cox 				(dev_priv->mmu),
1915c49fd3aSAlan Cox 				pg->mmu_gatt_start,
1925c49fd3aSAlan Cox 				dev_priv->vram_stolen_size >> PAGE_SHIFT);
1935c49fd3aSAlan Cox 			up_read(&pg->sem);
1945c49fd3aSAlan Cox 			psb_mmu_driver_takedown(dev_priv->mmu);
1955c49fd3aSAlan Cox 			dev_priv->mmu = NULL;
1965c49fd3aSAlan Cox 		}
1975c49fd3aSAlan Cox 		psb_gtt_takedown(dev);
1985c49fd3aSAlan Cox 		if (dev_priv->scratch_page) {
1991896344bSAlan Cox 			set_pages_wb(dev_priv->scratch_page, 1);
2005c49fd3aSAlan Cox 			__free_page(dev_priv->scratch_page);
2015c49fd3aSAlan Cox 			dev_priv->scratch_page = NULL;
2025c49fd3aSAlan Cox 		}
2035c49fd3aSAlan Cox 		if (dev_priv->vdc_reg) {
2045c49fd3aSAlan Cox 			iounmap(dev_priv->vdc_reg);
2055c49fd3aSAlan Cox 			dev_priv->vdc_reg = NULL;
2065c49fd3aSAlan Cox 		}
2075c49fd3aSAlan Cox 		if (dev_priv->sgx_reg) {
2085c49fd3aSAlan Cox 			iounmap(dev_priv->sgx_reg);
2095c49fd3aSAlan Cox 			dev_priv->sgx_reg = NULL;
2105c49fd3aSAlan Cox 		}
2112657929dSPatrik Jakobsson 		if (dev_priv->aux_reg) {
2122657929dSPatrik Jakobsson 			iounmap(dev_priv->aux_reg);
2132657929dSPatrik Jakobsson 			dev_priv->aux_reg = NULL;
2142657929dSPatrik Jakobsson 		}
2152657929dSPatrik Jakobsson 		if (dev_priv->aux_pdev)
2162657929dSPatrik Jakobsson 			pci_dev_put(dev_priv->aux_pdev);
2175c49fd3aSAlan Cox 
2184ab2c7f1SAlan Cox 		/* Destroy VBT data */
2194ab2c7f1SAlan Cox 		psb_intel_destroy_bios(dev);
2204ab2c7f1SAlan Cox 
2215c49fd3aSAlan Cox 		kfree(dev_priv);
2225c49fd3aSAlan Cox 		dev->dev_private = NULL;
2235c49fd3aSAlan Cox 	}
2245c49fd3aSAlan Cox 	gma_power_uninit(dev);
2255c49fd3aSAlan Cox 	return 0;
2265c49fd3aSAlan Cox }
2275c49fd3aSAlan Cox 
228f90cd811SArthur Borsboom static int psb_driver_load(struct drm_device *dev, unsigned long flags)
2295c49fd3aSAlan Cox {
2305c49fd3aSAlan Cox 	struct drm_psb_private *dev_priv;
2312657929dSPatrik Jakobsson 	unsigned long resource_start, resource_len;
2325c49fd3aSAlan Cox 	unsigned long irqflags;
2335c49fd3aSAlan Cox 	int ret = -ENOMEM;
2345c49fd3aSAlan Cox 	struct drm_connector *connector;
235367e4408SPatrik Jakobsson 	struct gma_encoder *gma_encoder;
236ae012bdcSPatrik Jakobsson 	struct psb_gtt *pg;
2375c49fd3aSAlan Cox 
2389083eb38SArthur Borsboom 	/* allocating and initializing driver private data */
2395c49fd3aSAlan Cox 	dev_priv = kzalloc(sizeof(*dev_priv), GFP_KERNEL);
2405c49fd3aSAlan Cox 	if (dev_priv == NULL)
2415c49fd3aSAlan Cox 		return -ENOMEM;
2425c49fd3aSAlan Cox 
243f90cd811SArthur Borsboom 	dev_priv->ops = (struct psb_ops *)flags;
2445c49fd3aSAlan Cox 	dev_priv->dev = dev;
2455c49fd3aSAlan Cox 	dev->dev_private = (void *) dev_priv;
2465c49fd3aSAlan Cox 
247ae012bdcSPatrik Jakobsson 	pg = &dev_priv->gtt;
248ae012bdcSPatrik Jakobsson 
249466e69b8SDave Airlie 	pci_set_master(dev->pdev);
250466e69b8SDave Airlie 
2515c49fd3aSAlan Cox 	dev_priv->num_pipe = dev_priv->ops->pipes;
2525c49fd3aSAlan Cox 
2535c49fd3aSAlan Cox 	resource_start = pci_resource_start(dev->pdev, PSB_MMIO_RESOURCE);
2545c49fd3aSAlan Cox 
2555c49fd3aSAlan Cox 	dev_priv->vdc_reg =
2565c49fd3aSAlan Cox 	    ioremap(resource_start + PSB_VDC_OFFSET, PSB_VDC_SIZE);
2575c49fd3aSAlan Cox 	if (!dev_priv->vdc_reg)
2585c49fd3aSAlan Cox 		goto out_err;
2595c49fd3aSAlan Cox 
2605c49fd3aSAlan Cox 	dev_priv->sgx_reg = ioremap(resource_start + dev_priv->ops->sgx_offset,
2615c49fd3aSAlan Cox 							PSB_SGX_SIZE);
2625c49fd3aSAlan Cox 	if (!dev_priv->sgx_reg)
2635c49fd3aSAlan Cox 		goto out_err;
2645c49fd3aSAlan Cox 
2652657929dSPatrik Jakobsson 	if (IS_MRST(dev)) {
2662657929dSPatrik Jakobsson 		dev_priv->aux_pdev = pci_get_bus_and_slot(0, PCI_DEVFN(3, 0));
2672657929dSPatrik Jakobsson 
2682657929dSPatrik Jakobsson 		if (dev_priv->aux_pdev) {
2692657929dSPatrik Jakobsson 			resource_start = pci_resource_start(dev_priv->aux_pdev,
2702657929dSPatrik Jakobsson 							    PSB_AUX_RESOURCE);
2712657929dSPatrik Jakobsson 			resource_len = pci_resource_len(dev_priv->aux_pdev,
2722657929dSPatrik Jakobsson 							PSB_AUX_RESOURCE);
2732657929dSPatrik Jakobsson 			dev_priv->aux_reg = ioremap_nocache(resource_start,
2742657929dSPatrik Jakobsson 							    resource_len);
2752657929dSPatrik Jakobsson 			if (!dev_priv->aux_reg)
2762657929dSPatrik Jakobsson 				goto out_err;
2772657929dSPatrik Jakobsson 
2782657929dSPatrik Jakobsson 			DRM_DEBUG_KMS("Found aux vdc");
2792657929dSPatrik Jakobsson 		} else {
2802657929dSPatrik Jakobsson 			/* Couldn't find the aux vdc so map to primary vdc */
2812657929dSPatrik Jakobsson 			dev_priv->aux_reg = dev_priv->vdc_reg;
2822657929dSPatrik Jakobsson 			DRM_DEBUG_KMS("Couldn't find aux pci device");
2832657929dSPatrik Jakobsson 		}
2842657929dSPatrik Jakobsson 		dev_priv->gmbus_reg = dev_priv->aux_reg;
2852657929dSPatrik Jakobsson 	} else {
2862657929dSPatrik Jakobsson 		dev_priv->gmbus_reg = dev_priv->vdc_reg;
2872657929dSPatrik Jakobsson 	}
2882657929dSPatrik Jakobsson 
289d839ede4SAlan Cox 	psb_intel_opregion_setup(dev);
290d839ede4SAlan Cox 
2915c49fd3aSAlan Cox 	ret = dev_priv->ops->chip_setup(dev);
2925c49fd3aSAlan Cox 	if (ret)
2935c49fd3aSAlan Cox 		goto out_err;
2945c49fd3aSAlan Cox 
2955c49fd3aSAlan Cox 	/* Init OSPM support */
2965c49fd3aSAlan Cox 	gma_power_init(dev);
2975c49fd3aSAlan Cox 
2985c49fd3aSAlan Cox 	ret = -ENOMEM;
2995c49fd3aSAlan Cox 
3005c49fd3aSAlan Cox 	dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO);
3015c49fd3aSAlan Cox 	if (!dev_priv->scratch_page)
3025c49fd3aSAlan Cox 		goto out_err;
3035c49fd3aSAlan Cox 
3045c49fd3aSAlan Cox 	set_pages_uc(dev_priv->scratch_page, 1);
3055c49fd3aSAlan Cox 
3065c49fd3aSAlan Cox 	ret = psb_gtt_init(dev, 0);
3075c49fd3aSAlan Cox 	if (ret)
3085c49fd3aSAlan Cox 		goto out_err;
3095c49fd3aSAlan Cox 
3108f394872SPatrik Jakobsson 	dev_priv->mmu = psb_mmu_driver_init(dev, 1, 0, 0);
3115c49fd3aSAlan Cox 	if (!dev_priv->mmu)
3125c49fd3aSAlan Cox 		goto out_err;
3135c49fd3aSAlan Cox 
3145c49fd3aSAlan Cox 	dev_priv->pf_pd = psb_mmu_alloc_pd(dev_priv->mmu, 1, 0);
3155c49fd3aSAlan Cox 	if (!dev_priv->pf_pd)
3165c49fd3aSAlan Cox 		goto out_err;
3175c49fd3aSAlan Cox 
3185c49fd3aSAlan Cox 	ret = psb_do_init(dev);
3195c49fd3aSAlan Cox 	if (ret)
3205c49fd3aSAlan Cox 		return ret;
3215c49fd3aSAlan Cox 
322ae012bdcSPatrik Jakobsson 	/* Add stolen memory to SGX MMU */
323ae012bdcSPatrik Jakobsson 	down_read(&pg->sem);
324ae012bdcSPatrik Jakobsson 	ret = psb_mmu_insert_pfn_sequence(psb_mmu_get_default_pd(dev_priv->mmu),
325ae012bdcSPatrik Jakobsson 					  dev_priv->stolen_base >> PAGE_SHIFT,
326ae012bdcSPatrik Jakobsson 					  pg->gatt_start,
327ae012bdcSPatrik Jakobsson 					  pg->stolen_size >> PAGE_SHIFT, 0);
328ae012bdcSPatrik Jakobsson 	up_read(&pg->sem);
329ae012bdcSPatrik Jakobsson 
330ae012bdcSPatrik Jakobsson 	psb_mmu_set_pd_context(psb_mmu_get_default_pd(dev_priv->mmu), 0);
331ae012bdcSPatrik Jakobsson 	psb_mmu_set_pd_context(dev_priv->pf_pd, 1);
332ae012bdcSPatrik Jakobsson 
3335c49fd3aSAlan Cox 	PSB_WSGX32(0x20000000, PSB_CR_PDS_EXEC_BASE);
3345c49fd3aSAlan Cox 	PSB_WSGX32(0x30000000, PSB_CR_BIF_3D_REQ_BASE);
3355c49fd3aSAlan Cox 
336d839ede4SAlan Cox 	acpi_video_register();
3375c49fd3aSAlan Cox 
3389083eb38SArthur Borsboom 	/* Setup vertical blanking handling */
3395c49fd3aSAlan Cox 	ret = drm_vblank_init(dev, dev_priv->num_pipe);
3405c49fd3aSAlan Cox 	if (ret)
3415c49fd3aSAlan Cox 		goto out_err;
3425c49fd3aSAlan Cox 
3435c49fd3aSAlan Cox 	/*
3445c49fd3aSAlan Cox 	 * Install interrupt handlers prior to powering off SGX or else we will
3455c49fd3aSAlan Cox 	 * crash.
3465c49fd3aSAlan Cox 	 */
3475c49fd3aSAlan Cox 	dev_priv->vdc_irq_mask = 0;
3485c49fd3aSAlan Cox 	dev_priv->pipestat[0] = 0;
3495c49fd3aSAlan Cox 	dev_priv->pipestat[1] = 0;
3505c49fd3aSAlan Cox 	dev_priv->pipestat[2] = 0;
3515c49fd3aSAlan Cox 	spin_lock_irqsave(&dev_priv->irqmask_lock, irqflags);
3525c49fd3aSAlan Cox 	PSB_WVDC32(0xFFFFFFFF, PSB_HWSTAM);
3535c49fd3aSAlan Cox 	PSB_WVDC32(0x00000000, PSB_INT_ENABLE_R);
3545c49fd3aSAlan Cox 	PSB_WVDC32(0xFFFFFFFF, PSB_INT_MASK_R);
3555c49fd3aSAlan Cox 	spin_unlock_irqrestore(&dev_priv->irqmask_lock, irqflags);
35662363a48SAlan Cox 
357*bb0f1b5cSDaniel Vetter 	drm_irq_install(dev, dev->pdev->irq);
3585c49fd3aSAlan Cox 
359ba0bf120SVille Syrjälä 	dev->vblank_disable_allowed = true;
3605c49fd3aSAlan Cox 	dev->max_vblank_count = 0xffffff; /* only 24 bits of frame count */
3615c49fd3aSAlan Cox 	dev->driver->get_vblank_counter = psb_get_vblank_counter;
3625c49fd3aSAlan Cox 
3635c49fd3aSAlan Cox 	psb_modeset_init(dev);
3645c49fd3aSAlan Cox 	psb_fbdev_init(dev);
3655c49fd3aSAlan Cox 	drm_kms_helper_poll_init(dev);
3665c49fd3aSAlan Cox 
3675c49fd3aSAlan Cox 	/* Only add backlight support if we have LVDS output */
3685c49fd3aSAlan Cox 	list_for_each_entry(connector, &dev->mode_config.connector_list,
3695c49fd3aSAlan Cox 			    head) {
370367e4408SPatrik Jakobsson 		gma_encoder = gma_attached_encoder(connector);
3715c49fd3aSAlan Cox 
372367e4408SPatrik Jakobsson 		switch (gma_encoder->type) {
3735c49fd3aSAlan Cox 		case INTEL_OUTPUT_LVDS:
3745c49fd3aSAlan Cox 		case INTEL_OUTPUT_MIPI:
3755c49fd3aSAlan Cox 			ret = gma_backlight_init(dev);
3765c49fd3aSAlan Cox 			break;
3775c49fd3aSAlan Cox 		}
3785c49fd3aSAlan Cox 	}
3795c49fd3aSAlan Cox 
3805c49fd3aSAlan Cox 	if (ret)
3815c49fd3aSAlan Cox 		return ret;
382166973e5SAlan Cox 	psb_intel_opregion_enable_asle(dev);
3835c49fd3aSAlan Cox #if 0
3849083eb38SArthur Borsboom 	/* Enable runtime pm at last */
3855c49fd3aSAlan Cox 	pm_runtime_enable(&dev->pdev->dev);
3865c49fd3aSAlan Cox 	pm_runtime_set_active(&dev->pdev->dev);
3875c49fd3aSAlan Cox #endif
3885c49fd3aSAlan Cox 	/* Intel drm driver load is done, continue doing pvr load */
3895c49fd3aSAlan Cox 	return 0;
3905c49fd3aSAlan Cox out_err:
3915c49fd3aSAlan Cox 	psb_driver_unload(dev);
3925c49fd3aSAlan Cox 	return ret;
3935c49fd3aSAlan Cox }
3945c49fd3aSAlan Cox 
39515308e23SKirill A. Shutemov static int psb_driver_device_is_agp(struct drm_device *dev)
3965c49fd3aSAlan Cox {
3975c49fd3aSAlan Cox 	return 0;
3985c49fd3aSAlan Cox }
3995c49fd3aSAlan Cox 
4005c49fd3aSAlan Cox static inline void get_brightness(struct backlight_device *bd)
4015c49fd3aSAlan Cox {
4025c49fd3aSAlan Cox #ifdef CONFIG_BACKLIGHT_CLASS_DEVICE
4035c49fd3aSAlan Cox 	if (bd) {
4045c49fd3aSAlan Cox 		bd->props.brightness = bd->ops->get_brightness(bd);
4055c49fd3aSAlan Cox 		backlight_update_status(bd);
4065c49fd3aSAlan Cox 	}
4075c49fd3aSAlan Cox #endif
4085c49fd3aSAlan Cox }
4095c49fd3aSAlan Cox 
4105c49fd3aSAlan Cox static long psb_unlocked_ioctl(struct file *filp, unsigned int cmd,
4115c49fd3aSAlan Cox 			       unsigned long arg)
4125c49fd3aSAlan Cox {
4135c49fd3aSAlan Cox 	struct drm_file *file_priv = filp->private_data;
4145c49fd3aSAlan Cox 	struct drm_device *dev = file_priv->minor->dev;
4155c49fd3aSAlan Cox 	struct drm_psb_private *dev_priv = dev->dev_private;
4165c49fd3aSAlan Cox 	static unsigned int runtime_allowed;
4175c49fd3aSAlan Cox 
4185c49fd3aSAlan Cox 	if (runtime_allowed == 1 && dev_priv->is_lvds_on) {
4195c49fd3aSAlan Cox 		runtime_allowed++;
4205c49fd3aSAlan Cox 		pm_runtime_allow(&dev->pdev->dev);
4215c49fd3aSAlan Cox 		dev_priv->rpm_enabled = 1;
4225c49fd3aSAlan Cox 	}
4235c49fd3aSAlan Cox 	return drm_ioctl(filp, cmd, arg);
4245c49fd3aSAlan Cox 	/* FIXME: do we need to wrap the other side of this */
4255c49fd3aSAlan Cox }
4265c49fd3aSAlan Cox 
427f90cd811SArthur Borsboom /*
428f90cd811SArthur Borsboom  * When a client dies:
4295c49fd3aSAlan Cox  *    - Check for and clean up flipped page state
4305c49fd3aSAlan Cox  */
43115308e23SKirill A. Shutemov static void psb_driver_preclose(struct drm_device *dev, struct drm_file *priv)
4325c49fd3aSAlan Cox {
4335c49fd3aSAlan Cox }
4345c49fd3aSAlan Cox 
435f90cd811SArthur Borsboom static int psb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
436f90cd811SArthur Borsboom {
437f90cd811SArthur Borsboom 	return drm_get_pci_dev(pdev, ent, &driver);
438f90cd811SArthur Borsboom }
439f90cd811SArthur Borsboom 
440f90cd811SArthur Borsboom 
441f90cd811SArthur Borsboom static void psb_pci_remove(struct pci_dev *pdev)
4425c49fd3aSAlan Cox {
4435c49fd3aSAlan Cox 	struct drm_device *dev = pci_get_drvdata(pdev);
4445c49fd3aSAlan Cox 	drm_put_dev(dev);
4455c49fd3aSAlan Cox }
4465c49fd3aSAlan Cox 
4475c49fd3aSAlan Cox static const struct dev_pm_ops psb_pm_ops = {
4485c49fd3aSAlan Cox 	.resume = gma_power_resume,
4495c49fd3aSAlan Cox 	.suspend = gma_power_suspend,
450888eef2eSPatrik Jakobsson 	.thaw = gma_power_thaw,
451888eef2eSPatrik Jakobsson 	.freeze = gma_power_freeze,
452888eef2eSPatrik Jakobsson 	.restore = gma_power_restore,
4535c49fd3aSAlan Cox 	.runtime_suspend = psb_runtime_suspend,
4545c49fd3aSAlan Cox 	.runtime_resume = psb_runtime_resume,
4555c49fd3aSAlan Cox 	.runtime_idle = psb_runtime_idle,
4565c49fd3aSAlan Cox };
4575c49fd3aSAlan Cox 
45878b68556SLaurent Pinchart static const struct vm_operations_struct psb_gem_vm_ops = {
4595c49fd3aSAlan Cox 	.fault = psb_gem_fault,
4605c49fd3aSAlan Cox 	.open = drm_gem_vm_open,
4615c49fd3aSAlan Cox 	.close = drm_gem_vm_close,
4625c49fd3aSAlan Cox };
4635c49fd3aSAlan Cox 
4641595c568SIlija Hadzic static const struct file_operations psb_gem_fops = {
4651595c568SIlija Hadzic 	.owner = THIS_MODULE,
4661595c568SIlija Hadzic 	.open = drm_open,
4671595c568SIlija Hadzic 	.release = drm_release,
4681595c568SIlija Hadzic 	.unlocked_ioctl = psb_unlocked_ioctl,
4691595c568SIlija Hadzic 	.mmap = drm_gem_mmap,
4701595c568SIlija Hadzic 	.poll = drm_poll,
4711595c568SIlija Hadzic 	.read = drm_read,
4721595c568SIlija Hadzic };
4731595c568SIlija Hadzic 
4745c49fd3aSAlan Cox static struct drm_driver driver = {
4755c49fd3aSAlan Cox 	.driver_features = DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | \
47674867e3dSDaniel Vetter 			   DRIVER_MODESET | DRIVER_GEM,
4775c49fd3aSAlan Cox 	.load = psb_driver_load,
4785c49fd3aSAlan Cox 	.unload = psb_driver_unload,
479f90cd811SArthur Borsboom 	.lastclose = psb_driver_lastclose,
480f90cd811SArthur Borsboom 	.preclose = psb_driver_preclose,
4815c49fd3aSAlan Cox 
4825c49fd3aSAlan Cox 	.num_ioctls = DRM_ARRAY_SIZE(psb_ioctls),
4835c49fd3aSAlan Cox 	.device_is_agp = psb_driver_device_is_agp,
4845c49fd3aSAlan Cox 	.irq_preinstall = psb_irq_preinstall,
4855c49fd3aSAlan Cox 	.irq_postinstall = psb_irq_postinstall,
4865c49fd3aSAlan Cox 	.irq_uninstall = psb_irq_uninstall,
4875c49fd3aSAlan Cox 	.irq_handler = psb_irq_handler,
4885c49fd3aSAlan Cox 	.enable_vblank = psb_enable_vblank,
4895c49fd3aSAlan Cox 	.disable_vblank = psb_disable_vblank,
4905c49fd3aSAlan Cox 	.get_vblank_counter = psb_get_vblank_counter,
4915c49fd3aSAlan Cox 
4925c49fd3aSAlan Cox 	.gem_free_object = psb_gem_free_object,
4935c49fd3aSAlan Cox 	.gem_vm_ops = &psb_gem_vm_ops,
494f90cd811SArthur Borsboom 
4955c49fd3aSAlan Cox 	.dumb_create = psb_gem_dumb_create,
4965c49fd3aSAlan Cox 	.dumb_map_offset = psb_gem_dumb_map_gtt,
49743387b37SDaniel Vetter 	.dumb_destroy = drm_gem_dumb_destroy,
498f90cd811SArthur Borsboom 	.ioctls = psb_ioctls,
4991595c568SIlija Hadzic 	.fops = &psb_gem_fops,
5005c49fd3aSAlan Cox 	.name = DRIVER_NAME,
5015c49fd3aSAlan Cox 	.desc = DRIVER_DESC,
502f90cd811SArthur Borsboom 	.date = DRIVER_DATE,
503f90cd811SArthur Borsboom 	.major = DRIVER_MAJOR,
504f90cd811SArthur Borsboom 	.minor = DRIVER_MINOR,
505f90cd811SArthur Borsboom 	.patchlevel = DRIVER_PATCHLEVEL
5065c49fd3aSAlan Cox };
5075c49fd3aSAlan Cox 
5085c49fd3aSAlan Cox static struct pci_driver psb_pci_driver = {
5095c49fd3aSAlan Cox 	.name = DRIVER_NAME,
5105c49fd3aSAlan Cox 	.id_table = pciidlist,
511f90cd811SArthur Borsboom 	.probe = psb_pci_probe,
512f90cd811SArthur Borsboom 	.remove = psb_pci_remove,
513f90cd811SArthur Borsboom 	.driver.pm = &psb_pm_ops,
5145c49fd3aSAlan Cox };
5155c49fd3aSAlan Cox 
5165c49fd3aSAlan Cox static int __init psb_init(void)
5175c49fd3aSAlan Cox {
5185c49fd3aSAlan Cox 	return drm_pci_init(&driver, &psb_pci_driver);
5195c49fd3aSAlan Cox }
5205c49fd3aSAlan Cox 
5215c49fd3aSAlan Cox static void __exit psb_exit(void)
5225c49fd3aSAlan Cox {
5235c49fd3aSAlan Cox 	drm_pci_exit(&driver, &psb_pci_driver);
5245c49fd3aSAlan Cox }
5255c49fd3aSAlan Cox 
5265c49fd3aSAlan Cox late_initcall(psb_init);
5275c49fd3aSAlan Cox module_exit(psb_exit);
5285c49fd3aSAlan Cox 
529f90cd811SArthur Borsboom MODULE_AUTHOR(DRIVER_AUTHOR);
5305c49fd3aSAlan Cox MODULE_DESCRIPTION(DRIVER_DESC);
531f90cd811SArthur Borsboom MODULE_LICENSE(DRIVER_LICENSE);
532