mbox series

[PULL] topic/drm-warn for drm-misc-next

Message ID 87eevrecnf.fsf@intel.com (mailing list archive)
State New, archived
Headers show
Series [PULL] topic/drm-warn for drm-misc-next | expand

Pull-request

git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-warn-2020-01-22

Message

Jani Nikula Jan. 22, 2020, 3:25 p.m. UTC
Hi Maarten/Maxime,

Please pull the drm_device based drm_WARN* macros from the topic
branch. I'll pull the same to drm-intel-next-queued.

I like to use the topic branch here, because due to timing it'll take
forever for the full feature route through drm-next and backmerges.

The baseline was chosen using 'git merge-base drm-misc/drm-misc-next
drm-intel/drm-intel-next-queued'.


BR,
Jani.

The following changes since commit 3cacb2086e41bbdf4a43e494d47d05db356992b9:

  drm/mgag200: Add module parameter to pin all buffers at offset 0 (2020-01-07 11:53:19 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-warn-2020-01-22

for you to fetch changes up to dc1a73e50f9c63d4dd928df538082200467dc4b1:

  drm/print: introduce new struct drm_device based WARN* macros (2020-01-22 16:17:32 +0200)

----------------------------------------------------------------
struct drm_device based drm_WARN* macros

----------------------------------------------------------------
Pankaj Bharadiya (1):
      drm/print: introduce new struct drm_device based WARN* macros

 include/drm/drm_print.h | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Comments

Maxime Ripard Jan. 23, 2020, 10:35 a.m. UTC | #1
On Wed, Jan 22, 2020 at 05:25:40PM +0200, Jani Nikula wrote:
>
> Hi Maarten/Maxime,
>
> Please pull the drm_device based drm_WARN* macros from the topic
> branch. I'll pull the same to drm-intel-next-queued.
>
> I like to use the topic branch here, because due to timing it'll take
> forever for the full feature route through drm-next and backmerges.
>
> The baseline was chosen using 'git merge-base drm-misc/drm-misc-next
> drm-intel/drm-intel-next-queued'.

Pulled, thanks!
Maxime