diff options
author | Vincent Abriou <vincent.abriou@st.com> | 2015-11-02 10:38:15 +0100 |
---|---|---|
committer | Vincent Abriou <vincent.abriou@st.com> | 2015-11-03 13:04:56 +0100 |
commit | e00fe64a5ccd94590e1c3325346b60aa0ffdc1ff (patch) | |
tree | 794cbba04b04f22a9f562bed19aee86f6f4bdee2 /drivers/gpu/drm/sti/Kconfig | |
parent | drm/sti: fix typo issue in sti_mode_config_init (diff) | |
download | linux-e00fe64a5ccd94590e1c3325346b60aa0ffdc1ff.tar.xz linux-e00fe64a5ccd94590e1c3325346b60aa0ffdc1ff.zip |
drm/sti: load HQVDP firmware the first time HQVDP's plane is used
The way to load the HQVDP firmware has been updated.
HQVDP firmware is now loaded the first time an HQVDP plane is used and
no more when the HQVDP driver is bound.
This solves the dependency we had on the file system availability.
The first time the HQVDP plane is used, we are sure that file system is
available so request_firmware function will match.
CONFIG_FW_LOADER_USER_HELPER_FALLBACK is then no more mandatory.
Cc: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Vincent Abriou <vincent.abriou@st.com>
Diffstat (limited to 'drivers/gpu/drm/sti/Kconfig')
-rw-r--r-- | drivers/gpu/drm/sti/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sti/Kconfig b/drivers/gpu/drm/sti/Kconfig index 3f8d590e5c34..10c1b1926e6f 100644 --- a/drivers/gpu/drm/sti/Kconfig +++ b/drivers/gpu/drm/sti/Kconfig @@ -7,6 +7,5 @@ config DRM_STI select DRM_KMS_CMA_HELPER select DRM_PANEL select FW_LOADER - select FW_LOADER_USER_HELPER_FALLBACK help Choose this option to enable DRM on STM stiH41x chipset |