Hi Christian
On Mon, Jan 06, 2020 at 04:16:45PM +0100, Christian Gmeiner wrote:
This patch series extends the hwdb for an entry for the gc400 found in the ST STM32 SoC. With this patches we report the same limits and features for this GPU as the galcore kernel driver does.
For future patches can you please incldue a small changelog within each patch.
Something like
v2: - Drop redundant newlines (Lucas)
This serves several purposes: - It explains what was changed since last version - It allow the reader to focus on changed parts - It attributes who requested a specific change - It gives a good idea of the history of a patch
In the DRM sub-subsystem the idea is that if it is written it should be visible in git too. So include the changelog part in the normal commit-message.
Sam
Christian Gmeiner (6): drm/etnaviv: update hardware headers from rnndb drm/etnaviv: determine product, customer and eco id drm/etnaviv: show identity information in debugfs drm/etnaviv: update gc7000 chip identity entry drm/etnaviv: update hwdb selection logic drm/etnaviv: add hwdb entry for gc400 found in STM32
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 18 ++++++++++- drivers/gpu/drm/etnaviv/etnaviv_gpu.h | 6 ++-- drivers/gpu/drm/etnaviv/etnaviv_hwdb.c | 42 +++++++++++++++++++++++++- drivers/gpu/drm/etnaviv/state_hi.xml.h | 29 +++++++++++------- 4 files changed, 79 insertions(+), 16 deletions(-)
-- 2.24.1
dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel