mirror-linux/drivers/gpu/drm/ast
Thomas Zimmermann 04aaa4dc97 drm/ast: Inline drm_simple_encoder_init()
The function drm_simple_encoder_init() is a trivial helper and
deprecated. Replace it with the regular call to drm_encoder_init().
Resolves the dependency on drm_simple_kms_helper.h. No functional
changes.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240625131815.14514-1-tzimmermann@suse.de
2024-06-27 10:06:39 +02:00
..
Kconfig drm: Only select I2C_ALGOBIT for drivers that actually need it 2023-01-10 11:15:44 +01:00
Makefile drm/ast: Move DDC code to ast_ddc.{c,h} 2024-04-02 10:40:46 +02:00
ast_ddc.c drm/ast: Define struct ast_ddc in ast_ddc.c 2024-04-11 09:38:17 +02:00
ast_ddc.h drm/ast: Define struct ast_ddc in ast_ddc.c 2024-04-11 09:38:17 +02:00
ast_dp.c drm/ast: Fix soft lockup 2024-04-05 10:22:23 +02:00
ast_dp501.c drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI 2023-10-19 13:55:33 +02:00
ast_dram_tables.h
ast_drv.c drm/ast: Use fbdev-shmem 2024-05-02 11:33:16 +02:00
ast_drv.h drm/ast: Move DDC code to ast_ddc.{c,h} 2024-04-02 10:40:46 +02:00
ast_main.c drm/ast: Include <linux/of.h> where necessary 2024-04-02 10:40:43 +02:00
ast_mm.c drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRI 2023-10-19 13:55:33 +02:00
ast_mode.c drm/ast: Inline drm_simple_encoder_init() 2024-06-27 10:06:39 +02:00
ast_post.c drm/ast: Partially implement POST without ast device instance 2023-11-28 16:17:08 +01:00
ast_reg.h drm/ast: Enable MMIO without ast device instance 2023-11-28 16:17:08 +01:00
ast_tables.h