Jani Nikula
2018-Nov-20 09:53 UTC
[PATCH 3/9] drm: replace "drm_dev_unref" function with "drm_dev_put"
On Fri, 16 Nov 2018, Fernando <greenfoo at gluegarage.com> wrote:> And, related to this, what is the "good" branch to start developing > new drm patches? Is is "drm-next" or "linux-next"? Or does it change > depending on how much time until the merge window closes?I advise most of our developers to work on drm-tip because it contains the latest stuff in drm core, i915, amd, most of the small drivers, as well as sound. It's a bit like "linux-next for graphics". And you don't really have to care about the merge cycles with that. But YMMV, it probably doesn't work for everyone. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center
Maybe Matching Threads
- [PATCH 3/9] drm: replace "drm_dev_unref" function with "drm_dev_put"
- [PATCH 8/9] drm: remove no longer needed drm-get-put coccinelle script
- [PATCH v2 0/9] drm/print: add and use drm_debug_enabled()
- [PATCH v2 0/9] drm/print: add and use drm_debug_enabled()
- [PATCH 0/9] drm: remove deprecated functions