Hello Dave,
This serie of patches is a bunch of pending patches related with sti/drm driver.
The following changes since commit 1c431cb4615334fb81c0d1c0ede21aa4354c1187:
Merge branch 'linux-4.4' of git://anongit.freedesktop.org/git/nouveau/linux-2.6 into drm-next (2015-11-03 15:42:59 +1000)
are available in the git repository at:
http://git.linaro.org/people/benjamin.gaignard/kernel.git drm-sti-next-2015-11-03
for you to fetch changes up to e00fe64a5ccd94590e1c3325346b60aa0ffdc1ff:
drm/sti: load HQVDP firmware the first time HQVDP's plane is used (2015-11-03 13:04:56 +0100)
Please let me know if there is any problem.
Regards, Vincent
---------------------------------------------------------------- Archit Taneja (1): drm/sti: Remove local fbdev emulation Kconfig option
Rasmus Villemoes (1): drm/sti: remove redundant sign extensions
Thierry Reding (5): drm/sti: Select FW_LOADER drm/sti: Store correct CRTC index in events drm/sti: Use drm_crtc_vblank_*() API drm/sti: Build monolithic driver drm/sti: Do not export symbols
Ville Syrjälä (1): drm/sti: Constify function pointer structs
Vincent Abriou (3): drm/sti: set mixer background color through module param drm/sti: fix typo issue in sti_mode_config_init drm/sti: load HQVDP firmware the first time HQVDP's plane is used
Vladimir Zapolskiy (2): drm/sti: hdmi fix i2c adapter device refcounting drm/sti: hdmi use of_get_i2c_adapter_by_node interface
drivers/gpu/drm/sti/Kconfig | 8 +- drivers/gpu/drm/sti/Makefile | 21 ++- drivers/gpu/drm/sti/sti_awg_utils.c | 4 - drivers/gpu/drm/sti/sti_compositor.c | 4 +- drivers/gpu/drm/sti/sti_crtc.c | 45 +++--- drivers/gpu/drm/sti/sti_drv.c | 33 +++- drivers/gpu/drm/sti/sti_drv.h | 9 ++ drivers/gpu/drm/sti/sti_dvo.c | 7 +- drivers/gpu/drm/sti/sti_gdp.c | 2 +- drivers/gpu/drm/sti/sti_hda.c | 7 +- drivers/gpu/drm/sti/sti_hdmi.c | 69 ++++---- drivers/gpu/drm/sti/sti_hqvdp.c | 306 +++++++++++++++++------------------ drivers/gpu/drm/sti/sti_mixer.c | 14 +- drivers/gpu/drm/sti/sti_plane.c | 3 - drivers/gpu/drm/sti/sti_tvout.c | 2 - drivers/gpu/drm/sti/sti_vtac.c | 2 - drivers/gpu/drm/sti/sti_vtg.c | 22 +-- drivers/gpu/drm/sti/sti_vtg.h | 4 +- 18 files changed, 283 insertions(+), 279 deletions(-)
On 4 November 2015 at 00:23, Vincent ABRIOU vincent.abriou@st.com wrote:
Hello Dave,
This serie of patches is a bunch of pending patches related with sti/drm driver.
This breaks my build as the patches it relies on aren't upstream yet.
It relies on platform_register_drivers which I'm sure will be merged in -rc1, but isn't in drm-next.
You should mention that sort of dependency in the pull request.
I've left is out of my tree for now, I might send to Linus once the main merge is done.
Dave.
dri-devel@lists.freedesktop.org