Message ID | 20250204-drm-small-improvements-v4-0-d6bbc92f12f1@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | DRM: small improvements | expand |
On Tue, Feb 04, 2025 at 09:51:57AM +0100, Luca Ceresoli wrote: > This series brings small improvements to the DRM documentation and logging. > > Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> I've seen these fly by a few times ... is there no one at bootlin with drm-misc commit rights who can push these for you? That's how I at least expected these to land a few revisions ago. Cheers, Sima > --- > Changes in v4: > - Removed pathches 3 and 4 because the added warning has false positives > when cleaning up a connector in the init error path > - Updated acked-by tags > - Link to v3: https://lore.kernel.org/r/20241111-drm-small-improvements-v3-0-a9f576111b41@bootlin.com > > Changes in v3: > - patch 3: various fixes suggested by Jani Nikula and kernel test robot > - Updated reviewed-by tags > - Link to v2: https://lore.kernel.org/r/20241106-drm-small-improvements-v2-0-f6e2aef86719@bootlin.com > > Changes in v2: > - Added patches 3 and 4 > - Updated reviewed-by tags > - Link to v1: https://lore.kernel.org/r/20241018-drm-small-improvements-v1-0-cc316e1a98c9@bootlin.com > > --- > Luca Ceresoli (2): > drm/drm_mode_object: fix typo in kerneldoc > drm/atomic-helper: improve CRTC enabled/connectors mismatch logging message > > drivers/gpu/drm/drm_atomic_helper.c | 5 +++-- > include/drm/drm_mode_object.h | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) > --- > base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b > change-id: 20241018-drm-small-improvements-1d104cc10280 > > Best regards, > -- > Luca Ceresoli <luca.ceresoli@bootlin.com> >
On 04/02/25 - 09:51, Luca Ceresoli wrote: > This series brings small improvements to the DRM documentation and logging. > > Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Applied on drm-misc-next, thanks. Louis Chauvet > --- > Changes in v4: > - Removed pathches 3 and 4 because the added warning has false positives > when cleaning up a connector in the init error path > - Updated acked-by tags > - Link to v3: https://lore.kernel.org/r/20241111-drm-small-improvements-v3-0-a9f576111b41@bootlin.com > > Changes in v3: > - patch 3: various fixes suggested by Jani Nikula and kernel test robot > - Updated reviewed-by tags > - Link to v2: https://lore.kernel.org/r/20241106-drm-small-improvements-v2-0-f6e2aef86719@bootlin.com > > Changes in v2: > - Added patches 3 and 4 > - Updated reviewed-by tags > - Link to v1: https://lore.kernel.org/r/20241018-drm-small-improvements-v1-0-cc316e1a98c9@bootlin.com > > --- > Luca Ceresoli (2): > drm/drm_mode_object: fix typo in kerneldoc > drm/atomic-helper: improve CRTC enabled/connectors mismatch logging message > > drivers/gpu/drm/drm_atomic_helper.c | 5 +++-- > include/drm/drm_mode_object.h | 2 +- > 2 files changed, 4 insertions(+), 3 deletions(-) > --- > base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b > change-id: 20241018-drm-small-improvements-1d104cc10280 > > Best regards, > -- > Luca Ceresoli <luca.ceresoli@bootlin.com> >
This series brings small improvements to the DRM documentation and logging. Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> --- Changes in v4: - Removed pathches 3 and 4 because the added warning has false positives when cleaning up a connector in the init error path - Updated acked-by tags - Link to v3: https://lore.kernel.org/r/20241111-drm-small-improvements-v3-0-a9f576111b41@bootlin.com Changes in v3: - patch 3: various fixes suggested by Jani Nikula and kernel test robot - Updated reviewed-by tags - Link to v2: https://lore.kernel.org/r/20241106-drm-small-improvements-v2-0-f6e2aef86719@bootlin.com Changes in v2: - Added patches 3 and 4 - Updated reviewed-by tags - Link to v1: https://lore.kernel.org/r/20241018-drm-small-improvements-v1-0-cc316e1a98c9@bootlin.com --- Luca Ceresoli (2): drm/drm_mode_object: fix typo in kerneldoc drm/atomic-helper: improve CRTC enabled/connectors mismatch logging message drivers/gpu/drm/drm_atomic_helper.c | 5 +++-- include/drm/drm_mode_object.h | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) --- base-commit: 2014c95afecee3e76ca4a56956a936e23283f05b change-id: 20241018-drm-small-improvements-1d104cc10280 Best regards,