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 115*5ea1f752SRob Clark ret = drm_fb_helper_restore_fbdev_mode_unlocked(&fbdev->psb_fb_helper); 1167147573aSDaniel Vetter if (ret) 1177147573aSDaniel Vetter DRM_DEBUG("failed to restore crtc mode\n"); 1187147573aSDaniel Vetter 1195c49fd3aSAlan Cox return; 1205c49fd3aSAlan Cox } 1215c49fd3aSAlan Cox 1225c49fd3aSAlan Cox static int psb_do_init(struct drm_device *dev) 1235c49fd3aSAlan Cox { 1245c49fd3aSAlan Cox struct drm_psb_private *dev_priv = dev->dev_private; 1255c49fd3aSAlan Cox struct psb_gtt *pg = &dev_priv->gtt; 1265c49fd3aSAlan Cox 1275c49fd3aSAlan Cox uint32_t stolen_gtt; 1285c49fd3aSAlan Cox 1295c49fd3aSAlan Cox if (pg->mmu_gatt_start & 0x0FFFFFFF) { 1305c49fd3aSAlan Cox dev_err(dev->dev, "Gatt must be 256M aligned. This is a bug.\n"); 131af3765c7SArthur Borsboom return -EINVAL; 1325c49fd3aSAlan Cox } 1335c49fd3aSAlan Cox 1345c49fd3aSAlan Cox stolen_gtt = (pg->stolen_size >> PAGE_SHIFT) * 4; 1355c49fd3aSAlan Cox stolen_gtt = (stolen_gtt + PAGE_SIZE - 1) >> PAGE_SHIFT; 136f90cd811SArthur Borsboom stolen_gtt = (stolen_gtt < pg->gtt_pages) ? stolen_gtt : pg->gtt_pages; 1375c49fd3aSAlan Cox 1385c49fd3aSAlan Cox dev_priv->gatt_free_offset = pg->mmu_gatt_start + 1395c49fd3aSAlan Cox (stolen_gtt << PAGE_SHIFT) * 1024; 1405c49fd3aSAlan Cox 1415c49fd3aSAlan Cox spin_lock_init(&dev_priv->irqmask_lock); 1429242fe23SAlan Cox spin_lock_init(&dev_priv->lock_2d); 1435c49fd3aSAlan Cox 1445c49fd3aSAlan Cox PSB_WSGX32(0x00000000, PSB_CR_BIF_BANK0); 1455c49fd3aSAlan Cox PSB_WSGX32(0x00000000, PSB_CR_BIF_BANK1); 1465c49fd3aSAlan Cox PSB_RSGX32(PSB_CR_BIF_BANK1); 147ae012bdcSPatrik Jakobsson 148ae012bdcSPatrik Jakobsson /* Do not bypass any MMU access, let them pagefault instead */ 149ae012bdcSPatrik Jakobsson PSB_WSGX32((PSB_RSGX32(PSB_CR_BIF_CTRL) & ~_PSB_MMU_ER_MASK), 1505c49fd3aSAlan Cox PSB_CR_BIF_CTRL); 151ae012bdcSPatrik Jakobsson PSB_RSGX32(PSB_CR_BIF_CTRL); 152ae012bdcSPatrik Jakobsson 1535c49fd3aSAlan Cox psb_spank(dev_priv); 1545c49fd3aSAlan Cox 1555c49fd3aSAlan Cox /* mmu_gatt ?? */ 1565c49fd3aSAlan Cox PSB_WSGX32(pg->gatt_start, PSB_CR_BIF_TWOD_REQ_BASE); 157ae012bdcSPatrik Jakobsson PSB_RSGX32(PSB_CR_BIF_TWOD_REQ_BASE); /* Post */ 158ae012bdcSPatrik Jakobsson 1595c49fd3aSAlan Cox return 0; 1605c49fd3aSAlan Cox } 1615c49fd3aSAlan Cox 1625c49fd3aSAlan Cox static int psb_driver_unload(struct drm_device *dev) 1635c49fd3aSAlan Cox { 1645c49fd3aSAlan Cox struct drm_psb_private *dev_priv = dev->dev_private; 1655c49fd3aSAlan Cox 1669083eb38SArthur Borsboom /* TODO: Kill vblank etc here */ 1675c49fd3aSAlan Cox 1685c49fd3aSAlan Cox if (dev_priv) { 1694ab2c7f1SAlan Cox if (dev_priv->backlight_device) 1704ab2c7f1SAlan Cox gma_backlight_exit(dev); 1714ab2c7f1SAlan Cox psb_modeset_cleanup(dev); 1725c49fd3aSAlan Cox 1735c49fd3aSAlan Cox if (dev_priv->ops->chip_teardown) 1745c49fd3aSAlan Cox dev_priv->ops->chip_teardown(dev); 1756607e024SAlan Cox 1766607e024SAlan Cox psb_intel_opregion_fini(dev); 1775c49fd3aSAlan Cox 1785c49fd3aSAlan Cox if (dev_priv->pf_pd) { 1795c49fd3aSAlan Cox psb_mmu_free_pagedir(dev_priv->pf_pd); 1805c49fd3aSAlan Cox dev_priv->pf_pd = NULL; 1815c49fd3aSAlan Cox } 1825c49fd3aSAlan Cox if (dev_priv->mmu) { 1835c49fd3aSAlan Cox struct psb_gtt *pg = &dev_priv->gtt; 1845c49fd3aSAlan Cox 1855c49fd3aSAlan Cox down_read(&pg->sem); 1865c49fd3aSAlan Cox psb_mmu_remove_pfn_sequence( 1875c49fd3aSAlan Cox psb_mmu_get_default_pd 1885c49fd3aSAlan Cox (dev_priv->mmu), 1895c49fd3aSAlan Cox pg->mmu_gatt_start, 1905c49fd3aSAlan Cox dev_priv->vram_stolen_size >> PAGE_SHIFT); 1915c49fd3aSAlan Cox up_read(&pg->sem); 1925c49fd3aSAlan Cox psb_mmu_driver_takedown(dev_priv->mmu); 1935c49fd3aSAlan Cox dev_priv->mmu = NULL; 1945c49fd3aSAlan Cox } 1955c49fd3aSAlan Cox psb_gtt_takedown(dev); 1965c49fd3aSAlan Cox if (dev_priv->scratch_page) { 1971896344bSAlan Cox set_pages_wb(dev_priv->scratch_page, 1); 1985c49fd3aSAlan Cox __free_page(dev_priv->scratch_page); 1995c49fd3aSAlan Cox dev_priv->scratch_page = NULL; 2005c49fd3aSAlan Cox } 2015c49fd3aSAlan Cox if (dev_priv->vdc_reg) { 2025c49fd3aSAlan Cox iounmap(dev_priv->vdc_reg); 2035c49fd3aSAlan Cox dev_priv->vdc_reg = NULL; 2045c49fd3aSAlan Cox } 2055c49fd3aSAlan Cox if (dev_priv->sgx_reg) { 2065c49fd3aSAlan Cox iounmap(dev_priv->sgx_reg); 2075c49fd3aSAlan Cox dev_priv->sgx_reg = NULL; 2085c49fd3aSAlan Cox } 2092657929dSPatrik Jakobsson if (dev_priv->aux_reg) { 2102657929dSPatrik Jakobsson iounmap(dev_priv->aux_reg); 2112657929dSPatrik Jakobsson dev_priv->aux_reg = NULL; 2122657929dSPatrik Jakobsson } 2132657929dSPatrik Jakobsson if (dev_priv->aux_pdev) 2142657929dSPatrik Jakobsson pci_dev_put(dev_priv->aux_pdev); 2155c49fd3aSAlan Cox 2164ab2c7f1SAlan Cox /* Destroy VBT data */ 2174ab2c7f1SAlan Cox psb_intel_destroy_bios(dev); 2184ab2c7f1SAlan Cox 2195c49fd3aSAlan Cox kfree(dev_priv); 2205c49fd3aSAlan Cox dev->dev_private = NULL; 2215c49fd3aSAlan Cox } 2225c49fd3aSAlan Cox gma_power_uninit(dev); 2235c49fd3aSAlan Cox return 0; 2245c49fd3aSAlan Cox } 2255c49fd3aSAlan Cox 226f90cd811SArthur Borsboom static int psb_driver_load(struct drm_device *dev, unsigned long flags) 2275c49fd3aSAlan Cox { 2285c49fd3aSAlan Cox struct drm_psb_private *dev_priv; 2292657929dSPatrik Jakobsson unsigned long resource_start, resource_len; 2305c49fd3aSAlan Cox unsigned long irqflags; 2315c49fd3aSAlan Cox int ret = -ENOMEM; 2325c49fd3aSAlan Cox struct drm_connector *connector; 233367e4408SPatrik Jakobsson struct gma_encoder *gma_encoder; 234ae012bdcSPatrik Jakobsson struct psb_gtt *pg; 2355c49fd3aSAlan Cox 2369083eb38SArthur Borsboom /* allocating and initializing driver private data */ 2375c49fd3aSAlan Cox dev_priv = kzalloc(sizeof(*dev_priv), GFP_KERNEL); 2385c49fd3aSAlan Cox if (dev_priv == NULL) 2395c49fd3aSAlan Cox return -ENOMEM; 2405c49fd3aSAlan Cox 241f90cd811SArthur Borsboom dev_priv->ops = (struct psb_ops *)flags; 2425c49fd3aSAlan Cox dev_priv->dev = dev; 2435c49fd3aSAlan Cox dev->dev_private = (void *) dev_priv; 2445c49fd3aSAlan Cox 245ae012bdcSPatrik Jakobsson pg = &dev_priv->gtt; 246ae012bdcSPatrik Jakobsson 247466e69b8SDave Airlie pci_set_master(dev->pdev); 248466e69b8SDave Airlie 2495c49fd3aSAlan Cox dev_priv->num_pipe = dev_priv->ops->pipes; 2505c49fd3aSAlan Cox 2515c49fd3aSAlan Cox resource_start = pci_resource_start(dev->pdev, PSB_MMIO_RESOURCE); 2525c49fd3aSAlan Cox 2535c49fd3aSAlan Cox dev_priv->vdc_reg = 2545c49fd3aSAlan Cox ioremap(resource_start + PSB_VDC_OFFSET, PSB_VDC_SIZE); 2555c49fd3aSAlan Cox if (!dev_priv->vdc_reg) 2565c49fd3aSAlan Cox goto out_err; 2575c49fd3aSAlan Cox 2585c49fd3aSAlan Cox dev_priv->sgx_reg = ioremap(resource_start + dev_priv->ops->sgx_offset, 2595c49fd3aSAlan Cox PSB_SGX_SIZE); 2605c49fd3aSAlan Cox if (!dev_priv->sgx_reg) 2615c49fd3aSAlan Cox goto out_err; 2625c49fd3aSAlan Cox 2632657929dSPatrik Jakobsson if (IS_MRST(dev)) { 2642657929dSPatrik Jakobsson dev_priv->aux_pdev = pci_get_bus_and_slot(0, PCI_DEVFN(3, 0)); 2652657929dSPatrik Jakobsson 2662657929dSPatrik Jakobsson if (dev_priv->aux_pdev) { 2672657929dSPatrik Jakobsson resource_start = pci_resource_start(dev_priv->aux_pdev, 2682657929dSPatrik Jakobsson PSB_AUX_RESOURCE); 2692657929dSPatrik Jakobsson resource_len = pci_resource_len(dev_priv->aux_pdev, 2702657929dSPatrik Jakobsson PSB_AUX_RESOURCE); 2712657929dSPatrik Jakobsson dev_priv->aux_reg = ioremap_nocache(resource_start, 2722657929dSPatrik Jakobsson resource_len); 2732657929dSPatrik Jakobsson if (!dev_priv->aux_reg) 2742657929dSPatrik Jakobsson goto out_err; 2752657929dSPatrik Jakobsson 2762657929dSPatrik Jakobsson DRM_DEBUG_KMS("Found aux vdc"); 2772657929dSPatrik Jakobsson } else { 2782657929dSPatrik Jakobsson /* Couldn't find the aux vdc so map to primary vdc */ 2792657929dSPatrik Jakobsson dev_priv->aux_reg = dev_priv->vdc_reg; 2802657929dSPatrik Jakobsson DRM_DEBUG_KMS("Couldn't find aux pci device"); 2812657929dSPatrik Jakobsson } 2822657929dSPatrik Jakobsson dev_priv->gmbus_reg = dev_priv->aux_reg; 2832657929dSPatrik Jakobsson } else { 2842657929dSPatrik Jakobsson dev_priv->gmbus_reg = dev_priv->vdc_reg; 2852657929dSPatrik Jakobsson } 2862657929dSPatrik Jakobsson 287d839ede4SAlan Cox psb_intel_opregion_setup(dev); 288d839ede4SAlan Cox 2895c49fd3aSAlan Cox ret = dev_priv->ops->chip_setup(dev); 2905c49fd3aSAlan Cox if (ret) 2915c49fd3aSAlan Cox goto out_err; 2925c49fd3aSAlan Cox 2935c49fd3aSAlan Cox /* Init OSPM support */ 2945c49fd3aSAlan Cox gma_power_init(dev); 2955c49fd3aSAlan Cox 2965c49fd3aSAlan Cox ret = -ENOMEM; 2975c49fd3aSAlan Cox 2985c49fd3aSAlan Cox dev_priv->scratch_page = alloc_page(GFP_DMA32 | __GFP_ZERO); 2995c49fd3aSAlan Cox if (!dev_priv->scratch_page) 3005c49fd3aSAlan Cox goto out_err; 3015c49fd3aSAlan Cox 3025c49fd3aSAlan Cox set_pages_uc(dev_priv->scratch_page, 1); 3035c49fd3aSAlan Cox 3045c49fd3aSAlan Cox ret = psb_gtt_init(dev, 0); 3055c49fd3aSAlan Cox if (ret) 3065c49fd3aSAlan Cox goto out_err; 3075c49fd3aSAlan Cox 3088f394872SPatrik Jakobsson dev_priv->mmu = psb_mmu_driver_init(dev, 1, 0, 0); 3095c49fd3aSAlan Cox if (!dev_priv->mmu) 3105c49fd3aSAlan Cox goto out_err; 3115c49fd3aSAlan Cox 3125c49fd3aSAlan Cox dev_priv->pf_pd = psb_mmu_alloc_pd(dev_priv->mmu, 1, 0); 3135c49fd3aSAlan Cox if (!dev_priv->pf_pd) 3145c49fd3aSAlan Cox goto out_err; 3155c49fd3aSAlan Cox 3165c49fd3aSAlan Cox ret = psb_do_init(dev); 3175c49fd3aSAlan Cox if (ret) 3185c49fd3aSAlan Cox return ret; 3195c49fd3aSAlan Cox 320ae012bdcSPatrik Jakobsson /* Add stolen memory to SGX MMU */ 321ae012bdcSPatrik Jakobsson down_read(&pg->sem); 322ae012bdcSPatrik Jakobsson ret = psb_mmu_insert_pfn_sequence(psb_mmu_get_default_pd(dev_priv->mmu), 323ae012bdcSPatrik Jakobsson dev_priv->stolen_base >> PAGE_SHIFT, 324ae012bdcSPatrik Jakobsson pg->gatt_start, 325ae012bdcSPatrik Jakobsson pg->stolen_size >> PAGE_SHIFT, 0); 326ae012bdcSPatrik Jakobsson up_read(&pg->sem); 327ae012bdcSPatrik Jakobsson 328ae012bdcSPatrik Jakobsson psb_mmu_set_pd_context(psb_mmu_get_default_pd(dev_priv->mmu), 0); 329ae012bdcSPatrik Jakobsson psb_mmu_set_pd_context(dev_priv->pf_pd, 1); 330ae012bdcSPatrik Jakobsson 3315c49fd3aSAlan Cox PSB_WSGX32(0x20000000, PSB_CR_PDS_EXEC_BASE); 3325c49fd3aSAlan Cox PSB_WSGX32(0x30000000, PSB_CR_BIF_3D_REQ_BASE); 3335c49fd3aSAlan Cox 334d839ede4SAlan Cox acpi_video_register(); 3355c49fd3aSAlan Cox 3369083eb38SArthur Borsboom /* Setup vertical blanking handling */ 3375c49fd3aSAlan Cox ret = drm_vblank_init(dev, dev_priv->num_pipe); 3385c49fd3aSAlan Cox if (ret) 3395c49fd3aSAlan Cox goto out_err; 3405c49fd3aSAlan Cox 3415c49fd3aSAlan Cox /* 3425c49fd3aSAlan Cox * Install interrupt handlers prior to powering off SGX or else we will 3435c49fd3aSAlan Cox * crash. 3445c49fd3aSAlan Cox */ 3455c49fd3aSAlan Cox dev_priv->vdc_irq_mask = 0; 3465c49fd3aSAlan Cox dev_priv->pipestat[0] = 0; 3475c49fd3aSAlan Cox dev_priv->pipestat[1] = 0; 3485c49fd3aSAlan Cox dev_priv->pipestat[2] = 0; 3495c49fd3aSAlan Cox spin_lock_irqsave(&dev_priv->irqmask_lock, irqflags); 3505c49fd3aSAlan Cox PSB_WVDC32(0xFFFFFFFF, PSB_HWSTAM); 3515c49fd3aSAlan Cox PSB_WVDC32(0x00000000, PSB_INT_ENABLE_R); 3525c49fd3aSAlan Cox PSB_WVDC32(0xFFFFFFFF, PSB_INT_MASK_R); 3535c49fd3aSAlan Cox spin_unlock_irqrestore(&dev_priv->irqmask_lock, irqflags); 35462363a48SAlan Cox 355bb0f1b5cSDaniel Vetter drm_irq_install(dev, dev->pdev->irq); 3565c49fd3aSAlan Cox 357ba0bf120SVille Syrjälä dev->vblank_disable_allowed = true; 3585c49fd3aSAlan Cox dev->max_vblank_count = 0xffffff; /* only 24 bits of frame count */ 3595c49fd3aSAlan Cox dev->driver->get_vblank_counter = psb_get_vblank_counter; 3605c49fd3aSAlan Cox 3615c49fd3aSAlan Cox psb_modeset_init(dev); 3625c49fd3aSAlan Cox psb_fbdev_init(dev); 3635c49fd3aSAlan Cox drm_kms_helper_poll_init(dev); 3645c49fd3aSAlan Cox 3655c49fd3aSAlan Cox /* Only add backlight support if we have LVDS output */ 3665c49fd3aSAlan Cox list_for_each_entry(connector, &dev->mode_config.connector_list, 3675c49fd3aSAlan Cox head) { 368367e4408SPatrik Jakobsson gma_encoder = gma_attached_encoder(connector); 3695c49fd3aSAlan Cox 370367e4408SPatrik Jakobsson switch (gma_encoder->type) { 3715c49fd3aSAlan Cox case INTEL_OUTPUT_LVDS: 3725c49fd3aSAlan Cox case INTEL_OUTPUT_MIPI: 3735c49fd3aSAlan Cox ret = gma_backlight_init(dev); 3745c49fd3aSAlan Cox break; 3755c49fd3aSAlan Cox } 3765c49fd3aSAlan Cox } 3775c49fd3aSAlan Cox 3785c49fd3aSAlan Cox if (ret) 3795c49fd3aSAlan Cox return ret; 380166973e5SAlan Cox psb_intel_opregion_enable_asle(dev); 3815c49fd3aSAlan Cox #if 0 3829083eb38SArthur Borsboom /* Enable runtime pm at last */ 3835c49fd3aSAlan Cox pm_runtime_enable(&dev->pdev->dev); 3845c49fd3aSAlan Cox pm_runtime_set_active(&dev->pdev->dev); 3855c49fd3aSAlan Cox #endif 3865c49fd3aSAlan Cox /* Intel drm driver load is done, continue doing pvr load */ 3875c49fd3aSAlan Cox return 0; 3885c49fd3aSAlan Cox out_err: 3895c49fd3aSAlan Cox psb_driver_unload(dev); 3905c49fd3aSAlan Cox return ret; 3915c49fd3aSAlan Cox } 3925c49fd3aSAlan Cox 39315308e23SKirill A. Shutemov static int psb_driver_device_is_agp(struct drm_device *dev) 3945c49fd3aSAlan Cox { 3955c49fd3aSAlan Cox return 0; 3965c49fd3aSAlan Cox } 3975c49fd3aSAlan Cox 3985c49fd3aSAlan Cox static inline void get_brightness(struct backlight_device *bd) 3995c49fd3aSAlan Cox { 4005c49fd3aSAlan Cox #ifdef CONFIG_BACKLIGHT_CLASS_DEVICE 4015c49fd3aSAlan Cox if (bd) { 4025c49fd3aSAlan Cox bd->props.brightness = bd->ops->get_brightness(bd); 4035c49fd3aSAlan Cox backlight_update_status(bd); 4045c49fd3aSAlan Cox } 4055c49fd3aSAlan Cox #endif 4065c49fd3aSAlan Cox } 4075c49fd3aSAlan Cox 4085c49fd3aSAlan Cox static long psb_unlocked_ioctl(struct file *filp, unsigned int cmd, 4095c49fd3aSAlan Cox unsigned long arg) 4105c49fd3aSAlan Cox { 4115c49fd3aSAlan Cox struct drm_file *file_priv = filp->private_data; 4125c49fd3aSAlan Cox struct drm_device *dev = file_priv->minor->dev; 4135c49fd3aSAlan Cox struct drm_psb_private *dev_priv = dev->dev_private; 4145c49fd3aSAlan Cox static unsigned int runtime_allowed; 4155c49fd3aSAlan Cox 4165c49fd3aSAlan Cox if (runtime_allowed == 1 && dev_priv->is_lvds_on) { 4175c49fd3aSAlan Cox runtime_allowed++; 4185c49fd3aSAlan Cox pm_runtime_allow(&dev->pdev->dev); 4195c49fd3aSAlan Cox dev_priv->rpm_enabled = 1; 4205c49fd3aSAlan Cox } 4215c49fd3aSAlan Cox return drm_ioctl(filp, cmd, arg); 4225c49fd3aSAlan Cox /* FIXME: do we need to wrap the other side of this */ 4235c49fd3aSAlan Cox } 4245c49fd3aSAlan Cox 425f90cd811SArthur Borsboom /* 426f90cd811SArthur Borsboom * When a client dies: 4275c49fd3aSAlan Cox * - Check for and clean up flipped page state 4285c49fd3aSAlan Cox */ 42915308e23SKirill A. Shutemov static void psb_driver_preclose(struct drm_device *dev, struct drm_file *priv) 4305c49fd3aSAlan Cox { 4315c49fd3aSAlan Cox } 4325c49fd3aSAlan Cox 433f90cd811SArthur Borsboom static int psb_pci_probe(struct pci_dev *pdev, const struct pci_device_id *ent) 434f90cd811SArthur Borsboom { 435f90cd811SArthur Borsboom return drm_get_pci_dev(pdev, ent, &driver); 436f90cd811SArthur Borsboom } 437f90cd811SArthur Borsboom 438f90cd811SArthur Borsboom 439f90cd811SArthur Borsboom static void psb_pci_remove(struct pci_dev *pdev) 4405c49fd3aSAlan Cox { 4415c49fd3aSAlan Cox struct drm_device *dev = pci_get_drvdata(pdev); 4425c49fd3aSAlan Cox drm_put_dev(dev); 4435c49fd3aSAlan Cox } 4445c49fd3aSAlan Cox 4455c49fd3aSAlan Cox static const struct dev_pm_ops psb_pm_ops = { 4465c49fd3aSAlan Cox .resume = gma_power_resume, 4475c49fd3aSAlan Cox .suspend = gma_power_suspend, 448888eef2eSPatrik Jakobsson .thaw = gma_power_thaw, 449888eef2eSPatrik Jakobsson .freeze = gma_power_freeze, 450888eef2eSPatrik Jakobsson .restore = gma_power_restore, 4515c49fd3aSAlan Cox .runtime_suspend = psb_runtime_suspend, 4525c49fd3aSAlan Cox .runtime_resume = psb_runtime_resume, 4535c49fd3aSAlan Cox .runtime_idle = psb_runtime_idle, 4545c49fd3aSAlan Cox }; 4555c49fd3aSAlan Cox 45678b68556SLaurent Pinchart static const struct vm_operations_struct psb_gem_vm_ops = { 4575c49fd3aSAlan Cox .fault = psb_gem_fault, 4585c49fd3aSAlan Cox .open = drm_gem_vm_open, 4595c49fd3aSAlan Cox .close = drm_gem_vm_close, 4605c49fd3aSAlan Cox }; 4615c49fd3aSAlan Cox 4621595c568SIlija Hadzic static const struct file_operations psb_gem_fops = { 4631595c568SIlija Hadzic .owner = THIS_MODULE, 4641595c568SIlija Hadzic .open = drm_open, 4651595c568SIlija Hadzic .release = drm_release, 4661595c568SIlija Hadzic .unlocked_ioctl = psb_unlocked_ioctl, 4671595c568SIlija Hadzic .mmap = drm_gem_mmap, 4681595c568SIlija Hadzic .poll = drm_poll, 4691595c568SIlija Hadzic .read = drm_read, 4701595c568SIlija Hadzic }; 4711595c568SIlija Hadzic 4725c49fd3aSAlan Cox static struct drm_driver driver = { 4735c49fd3aSAlan Cox .driver_features = DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED | \ 47474867e3dSDaniel Vetter DRIVER_MODESET | DRIVER_GEM, 4755c49fd3aSAlan Cox .load = psb_driver_load, 4765c49fd3aSAlan Cox .unload = psb_driver_unload, 477f90cd811SArthur Borsboom .lastclose = psb_driver_lastclose, 478f90cd811SArthur Borsboom .preclose = psb_driver_preclose, 4795c49fd3aSAlan Cox 4805c49fd3aSAlan Cox .num_ioctls = DRM_ARRAY_SIZE(psb_ioctls), 4815c49fd3aSAlan Cox .device_is_agp = psb_driver_device_is_agp, 4825c49fd3aSAlan Cox .irq_preinstall = psb_irq_preinstall, 4835c49fd3aSAlan Cox .irq_postinstall = psb_irq_postinstall, 4845c49fd3aSAlan Cox .irq_uninstall = psb_irq_uninstall, 4855c49fd3aSAlan Cox .irq_handler = psb_irq_handler, 4865c49fd3aSAlan Cox .enable_vblank = psb_enable_vblank, 4875c49fd3aSAlan Cox .disable_vblank = psb_disable_vblank, 4885c49fd3aSAlan Cox .get_vblank_counter = psb_get_vblank_counter, 4895c49fd3aSAlan Cox 4905c49fd3aSAlan Cox .gem_free_object = psb_gem_free_object, 4915c49fd3aSAlan Cox .gem_vm_ops = &psb_gem_vm_ops, 492f90cd811SArthur Borsboom 4935c49fd3aSAlan Cox .dumb_create = psb_gem_dumb_create, 4945c49fd3aSAlan Cox .dumb_map_offset = psb_gem_dumb_map_gtt, 49543387b37SDaniel Vetter .dumb_destroy = drm_gem_dumb_destroy, 496f90cd811SArthur Borsboom .ioctls = psb_ioctls, 4971595c568SIlija Hadzic .fops = &psb_gem_fops, 4985c49fd3aSAlan Cox .name = DRIVER_NAME, 4995c49fd3aSAlan Cox .desc = DRIVER_DESC, 500f90cd811SArthur Borsboom .date = DRIVER_DATE, 501f90cd811SArthur Borsboom .major = DRIVER_MAJOR, 502f90cd811SArthur Borsboom .minor = DRIVER_MINOR, 503f90cd811SArthur Borsboom .patchlevel = DRIVER_PATCHLEVEL 5045c49fd3aSAlan Cox }; 5055c49fd3aSAlan Cox 5065c49fd3aSAlan Cox static struct pci_driver psb_pci_driver = { 5075c49fd3aSAlan Cox .name = DRIVER_NAME, 5085c49fd3aSAlan Cox .id_table = pciidlist, 509f90cd811SArthur Borsboom .probe = psb_pci_probe, 510f90cd811SArthur Borsboom .remove = psb_pci_remove, 511f90cd811SArthur Borsboom .driver.pm = &psb_pm_ops, 5125c49fd3aSAlan Cox }; 5135c49fd3aSAlan Cox 5145c49fd3aSAlan Cox static int __init psb_init(void) 5155c49fd3aSAlan Cox { 5165c49fd3aSAlan Cox return drm_pci_init(&driver, &psb_pci_driver); 5175c49fd3aSAlan Cox } 5185c49fd3aSAlan Cox 5195c49fd3aSAlan Cox static void __exit psb_exit(void) 5205c49fd3aSAlan Cox { 5215c49fd3aSAlan Cox drm_pci_exit(&driver, &psb_pci_driver); 5225c49fd3aSAlan Cox } 5235c49fd3aSAlan Cox 5245c49fd3aSAlan Cox late_initcall(psb_init); 5255c49fd3aSAlan Cox module_exit(psb_exit); 5265c49fd3aSAlan Cox 527f90cd811SArthur Borsboom MODULE_AUTHOR(DRIVER_AUTHOR); 5285c49fd3aSAlan Cox MODULE_DESCRIPTION(DRIVER_DESC); 529f90cd811SArthur Borsboom MODULE_LICENSE(DRIVER_LICENSE); 530