Searched hist:b1dda997 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_legacy.h | b1dda997 Thu Feb 20 16:19:22 CST 2020 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: Use a const drm_driver for legacy PCI devices
Now that the legacy PCI support code doesn't need to write to the drm_driver structure, it can be treated as const through the whole DRM core, unconditionally. This allows declaring the structure as const in all drivers, removing one possible attack vector.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | drm_device.h | b1dda997 Thu Feb 20 16:19:22 CST 2020 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: Use a const drm_driver for legacy PCI devices
Now that the legacy PCI support code doesn't need to write to the drm_driver structure, it can be treated as const through the whole DRM core, unconditionally. This allows declaring the structure as const in all drivers, removing one possible attack vector.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_pci.c | b1dda997 Thu Feb 20 16:19:22 CST 2020 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: Use a const drm_driver for legacy PCI devices
Now that the legacy PCI support code doesn't need to write to the drm_driver structure, it can be treated as const through the whole DRM core, unconditionally. This allows declaring the structure as const in all drivers, removing one possible attack vector.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|
H A D | drm_drv.c | b1dda997 Thu Feb 20 16:19:22 CST 2020 Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> drm: Use a const drm_driver for legacy PCI devices
Now that the legacy PCI support code doesn't need to write to the drm_driver structure, it can be treated as const through the whole DRM core, unconditionally. This allows declaring the structure as const in all drivers, removing one possible attack vector.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
|