aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/arc/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2021-02-25drm/arc: Move to drm/tinyDaniel Vetter1-3/+0
Because it is. v2: Delete now unused crtc funcs (0day) Acked-by: Thomas Zimmermann <[email protected]> Cc: Eugeniy Paltsev <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Cc: Alexey Brodkin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2021-02-25drm/arc: Inline remaining filesDaniel Vetter1-1/+1
At less than 500 lines total feels like the right thing to do. Also noticed that the simple wrapper around drm_connector_cleanup can be dropped. Acked-by: Thomas Zimmermann <[email protected]> Acked-by: Sam Ravnborg <[email protected]> Cc: Eugeniy Paltsev <[email protected]> Cc: Alexey Brodkin <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2021-02-25drm/arc: Inline arcpgu_drm_hdmi_initDaniel Vetter1-1/+1
Really not worth the function, much less the separate file now that almost all the code is gone. Acked-by: Thomas Zimmermann <[email protected]> Cc: Eugeniy Paltsev <[email protected]> Cc: Alexey Brodkin <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2021-02-25drm/arc: Inline arcpgu_crtc.cDaniel Vetter1-1/+1
Really not big anymore. Note that we no longer clamp all errors to ENODEV, highlighted by Sam. v2: Fixup update function, bug reported by Eugeniy v3: Delete now unused crtc funcs (0day) v4: Move encoder removal to right patch (Sam). Acked-by: Thomas Zimmermann <[email protected]> Cc: Eugeniy Paltsev <[email protected]> Signed-off-by: Daniel Vetter <[email protected]> Cc: Sam Ravnborg <[email protected]> Cc: Alexey Brodkin <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
2016-06-13drm/arcpgu: Make ARC PGU usable on simulation platformsRuud Derwig1-1/+1
In case of simulation there's no real encoder/transmitter device because in the model's virtual LCD we're rendering whatever appears in frame-buffer memory. Signed-off-by: Ruud Derwig <[email protected]> Signed-off-by: Alexey Brodkin <[email protected]> Acked-by: Daniel Vetter <[email protected]>
2016-04-26drm: Add support of ARC PGU display controllerCarlos Palminha1-0/+2
ARC PGU could be found on some development boards from Synopsys. This is a simple byte streamer that reads data from a framebuffer and sends data to the single encoder. Signed-off-by: Carlos Palminha <[email protected]> Signed-off-by: Alexey Brodkin <[email protected]> Cc: David Airlie <[email protected]> Cc: [email protected] Cc: [email protected]