Home
last modified time | relevance | path

Searched hist:bb0f1b5c1695b4399cfd2359c114ae63edbb3ad8 (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_irq.cdiff 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 Darmada_drv.cdiff 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 Dtilcdc_drv.cdiff 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 Dpsb_drv.cdiff 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 Dradeon_irq_kms.cdiff 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 Ddrm_irq.cdiff 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 Dvmwgfx_drv.cdiff 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 Dmsm_drv.cdiff 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 Di915_gem.cdiff 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>