/openbmc/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_irq.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_drv.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/gma500/ |
H A D | psb_drv.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_irq_kms.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_irq.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_drv.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem.c | diff bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 Sun Nov 03 14:09:27 CST 2013 Daniel Vetter <daniel.vetter@ffwll.ch> drm: pass the irq explicitly to drm_irq_install
Unfortunately this requires a drm-wide change, and I didn't see a sane way around that. Luckily it's fairly simple, we just need to inline the respective get_irq implementation from either drm_pci.c or drm_platform.c.
With that we can now also remove drm_dev_to_irq from drm_irq.c.
Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|