1. 11 6月, 2019 1 次提交
  2. 24 8月, 2018 1 次提交
  3. 12 1月, 2018 1 次提交
    • S
      drm/gma500: Deprecate pci_get_bus_and_slot() · ba99d834
      Sinan Kaya 提交于
      pci_get_bus_and_slot() is restrictive such that it assumes domain=0 as
      where a PCI device is present. This restricts the device drivers to be
      reused for other domain numbers.
      
      Getting ready to remove pci_get_bus_and_slot() function in favor of
      pci_get_domain_bus_and_slot().
      
      Add domain parameter to CDV_MSG_READ32, CDV_MSG_WRITE32, MRST_MSG_READ32,
      MRST_MSG_WRITE32, MDFLD_MSG_READ32, MDFLD_MSG_WRITE32.
      
      Extract pci_dev from struct drm_device and use pdev to find the domain
      number while calling pci_get_domain_bus_and_slot().
      Signed-off-by: NSinan Kaya <okaya@codeaurora.org>
      Signed-off-by: NBjorn Helgaas <helgaas@kernel.org>
      ba99d834
  4. 20 11月, 2017 1 次提交
  5. 17 8月, 2017 1 次提交
  6. 01 3月, 2017 1 次提交
  7. 25 2月, 2017 1 次提交
  8. 08 11月, 2016 1 次提交
  9. 08 12月, 2015 1 次提交
  10. 01 12月, 2015 1 次提交
  11. 06 10月, 2015 1 次提交
    • T
      drm/irq: Use unsigned int pipe in public API · 88e72717
      Thierry Reding 提交于
      This continues the pattern started in commit cc1ef118 ("drm/irq:
      Make pipe unsigned and name consistent"). This is applied to the public
      APIs and driver callbacks, so pretty much all drivers need to be updated
      to match the new prototypes.
      
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Inki Dae <inki.dae@samsung.com>
      Cc: Jianwei Wang <jianwei.wang.chn@gmail.com>
      Cc: Alison Wang <alison.wang@freescale.com>
      Cc: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
      Cc: Daniel Vetter <daniel.vetter@intel.com>
      Cc: Jani Nikula <jani.nikula@linux.intel.com>
      Cc: Philipp Zabel <p.zabel@pengutronix.de>
      Cc: David Airlie <airlied@linux.ie>
      Cc: Rob Clark <robdclark@gmail.com>
      Cc: Ben Skeggs <bskeggs@redhat.com>
      Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
      Cc: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
      Cc: Mark Yao <mark.yao@rock-chips.com>
      Cc: Benjamin Gaignard <benjamin.gaignard@linaro.org>
      Cc: Vincent Abriou <vincent.abriou@st.com>
      Cc: Thomas Hellstrom <thellstrom@vmware.com>
      Signed-off-by: NThierry Reding <treding@nvidia.com>
      Reviewed-by: NVille Syrjälä <ville.syrjala@linux.intel.com>
      Signed-off-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
      88e72717
  12. 02 12月, 2014 1 次提交
  13. 18 3月, 2014 5 次提交
  14. 18 12月, 2013 2 次提交
  15. 08 11月, 2013 4 次提交
  16. 09 10月, 2013 2 次提交
  17. 15 8月, 2013 2 次提交
  18. 07 8月, 2013 1 次提交
  19. 24 7月, 2013 2 次提交
  20. 14 3月, 2013 1 次提交
  21. 03 10月, 2012 1 次提交
  22. 24 8月, 2012 2 次提交
  23. 22 5月, 2012 1 次提交
  24. 17 5月, 2012 1 次提交
    • A
      gma500: unload fixes · 4ab2c7f1
      Alan Cox 提交于
      Debugging the lid problem tested various error paths which were found
      wanting so start fixing them up.
      
      There is a ton of improvement work could be done here so that every bit
      of functionality agrees if its _fini, _uninit, etc, and they agree who
      is responsible for deciding if the clean up is needed.
      
      That can come later.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NDave Airlie <airlied@redhat.com>
      4ab2c7f1
  25. 12 5月, 2012 3 次提交
  26. 07 5月, 2012 1 次提交