Message ID | 20190820230626.23253-1-john.stultz@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | drm: Kirin driver cleanups to prep for Kirin960 support | expand |
Hi John. On Tue, Aug 20, 2019 at 11:06:01PM +0000, John Stultz wrote: > Sending this out again (apologies!), to address a few issues Sam > found. > > This patchset contains one fix (in the front, so its easier to > eventually backport), and a series of changes from YiPing to > refactor the kirin drm driver so that it can be used on both > kirin620 based devices (like the original HiKey board) as well > as kirin960 based devices (like the HiKey960 board). > > The full kirin960 drm support is still being refactored, but as > this base kirin rework was getting to be substantial, I wanted > to send out the first chunk, so that the review burden wasn't > overwhelming. > > The full HiKey960 patch stack can be found here: > https://git.linaro.org/people/john.stultz/android-dev.git/log/?h=dev/hikey960-mainline-WIP Applied from the mails - as this is what my tooling expect. Pushed to drm-misc-next. Sam
On Wed, Aug 21, 2019 at 11:04 AM Sam Ravnborg <sam@ravnborg.org> wrote: > > Hi John. > > On Tue, Aug 20, 2019 at 11:06:01PM +0000, John Stultz wrote: > > Sending this out again (apologies!), to address a few issues Sam > > found. > > > > This patchset contains one fix (in the front, so its easier to > > eventually backport), and a series of changes from YiPing to > > refactor the kirin drm driver so that it can be used on both > > kirin620 based devices (like the original HiKey board) as well > > as kirin960 based devices (like the HiKey960 board). > > > > The full kirin960 drm support is still being refactored, but as > > this base kirin rework was getting to be substantial, I wanted > > to send out the first chunk, so that the review burden wasn't > > overwhelming. > > > > The full HiKey960 patch stack can be found here: > > https://git.linaro.org/people/john.stultz/android-dev.git/log/?h=dev/hikey960-mainline-WIP > > Applied from the mails - as this is what my tooling expect. Oh yes, that URL was just for reference if anyone wanted to see what all the churn here was for. > Pushed to drm-misc-next. Great! Thanks so much for all the review and fedback! I really appreciate your time helping! -john