All of lore.kernel.org
 help / color / mirror / Atom feed
* Adding a couple of DSI panel fixes to drm-intel-fixes
@ 2018-02-14 12:13 Hans de Goede
  2018-02-14 12:35 ` Jani Nikula
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2018-02-14 12:13 UTC (permalink / raw)
  To: intel-gfx

Hi All,

I would like to a add a couple of DSI panel fixes from
dinq to drm-intel-fixes (with the purpose of getting them
into 4.16).

What is the correct way to do this?  Should I just do:

dim checkout-branch drm-intel-fixes
git pull
git cherry-pick <hash1>
git cherry-pick <hash2>
dim push-branch drm-intel-fixes

And that is it, or is there something special which
I need to do, or ask someone who is taking care of this?

Regards,

Hans
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding a couple of DSI panel fixes to drm-intel-fixes
  2018-02-14 12:13 Adding a couple of DSI panel fixes to drm-intel-fixes Hans de Goede
@ 2018-02-14 12:35 ` Jani Nikula
  2018-02-14 12:55   ` Hans de Goede
  0 siblings, 1 reply; 4+ messages in thread
From: Jani Nikula @ 2018-02-14 12:35 UTC (permalink / raw)
  To: Hans de Goede, intel-gfx

On Wed, 14 Feb 2018, Hans de Goede <hdegoede@redhat.com> wrote:
> Hi All,
>
> I would like to a add a couple of DSI panel fixes from
> dinq to drm-intel-fixes (with the purpose of getting them
> into 4.16).
>
> What is the correct way to do this?  Should I just do:
>
> dim checkout-branch drm-intel-fixes
> git pull
> git cherry-pick <hash1>
> git cherry-pick <hash2>
> dim push-branch drm-intel-fixes
>
> And that is it, or is there something special which
> I need to do, or ask someone who is taking care of this?

The maintainers take care of drm-intel-fixes and
drm-intel-next-fixes. In general, this mostly works automagically if you
add Fixes: or Cc: stable tags to the original commits.

Lacking those, please just send email to i915 maintainers with the
commit ids and we'll take of them.

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Technology Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding a couple of DSI panel fixes to drm-intel-fixes
  2018-02-14 12:35 ` Jani Nikula
@ 2018-02-14 12:55   ` Hans de Goede
  2018-02-14 19:45     ` Rodrigo Vivi
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2018-02-14 12:55 UTC (permalink / raw)
  To: Jani Nikula; +Cc: intel-gfx, Rodrigo Vivi

Hi,

On 14-02-18 13:35, Jani Nikula wrote:
> On Wed, 14 Feb 2018, Hans de Goede <hdegoede@redhat.com> wrote:
>> Hi All,
>>
>> I would like to a add a couple of DSI panel fixes from
>> dinq to drm-intel-fixes (with the purpose of getting them
>> into 4.16).
>>
>> What is the correct way to do this?  Should I just do:
>>
>> dim checkout-branch drm-intel-fixes
>> git pull
>> git cherry-pick <hash1>
>> git cherry-pick <hash2>
>> dim push-branch drm-intel-fixes
>>
>> And that is it, or is there something special which
>> I need to do, or ask someone who is taking care of this?
> 
> The maintainers take care of drm-intel-fixes and
> drm-intel-next-fixes. In general, this mostly works automagically if you
> add Fixes: or Cc: stable tags to the original commits.
> 
> Lacking those, please just send email to i915 maintainers with the
> commit ids and we'll take of them.

Ok, in that case can you please add the following commits from dinq
to drm-intel-fixes:

c8dae55a8ced ("drm/i915/vlv: Add cdclk workaround for DSI")
785f076b3ba7 ("drm/i915: Add intel_bios_cleanup() function")
e1b86c85f6c2 ("drm/i915: Free memdup-ed DSI VBT data structures on driver_unload")
fb38e7ade9af ("drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence v3")

The first and the fourth are the actual fixes, the middle 2 are
cleanup / preparation patches.

Regards,

Hans
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Adding a couple of DSI panel fixes to drm-intel-fixes
  2018-02-14 12:55   ` Hans de Goede
@ 2018-02-14 19:45     ` Rodrigo Vivi
  0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2018-02-14 19:45 UTC (permalink / raw)
  To: Hans de Goede, Jani Nikula; +Cc: intel-gfx

Hans de Goede <hdegoede@redhat.com> writes:

> Hi,
>
> On 14-02-18 13:35, Jani Nikula wrote:
>> On Wed, 14 Feb 2018, Hans de Goede <hdegoede@redhat.com> wrote:
>>> Hi All,
>>>
>>> I would like to a add a couple of DSI panel fixes from
>>> dinq to drm-intel-fixes (with the purpose of getting them
>>> into 4.16).
>>>
>>> What is the correct way to do this?  Should I just do:
>>>
>>> dim checkout-branch drm-intel-fixes
>>> git pull
>>> git cherry-pick <hash1>
>>> git cherry-pick <hash2>
>>> dim push-branch drm-intel-fixes
>>>
>>> And that is it, or is there something special which
>>> I need to do, or ask someone who is taking care of this?
>> 
>> The maintainers take care of drm-intel-fixes and
>> drm-intel-next-fixes. In general, this mostly works automagically if you
>> add Fixes: or Cc: stable tags to the original commits.
>> 
>> Lacking those, please just send email to i915 maintainers with the
>> commit ids and we'll take of them.
>
> Ok, in that case can you please add the following commits from dinq
> to drm-intel-fixes:
>
> c8dae55a8ced ("drm/i915/vlv: Add cdclk workaround for DSI")
> 785f076b3ba7 ("drm/i915: Add intel_bios_cleanup() function")
> e1b86c85f6c2 ("drm/i915: Free memdup-ed DSI VBT data structures on driver_unload")
> fb38e7ade9af ("drm/i915: Fix DSI panels with v1 MIPI sequences without
> a DEASSERT sequence v3")

All applyed to drm-intel-fixes. Probably going out in a pull request to
Dave tonight after CI run.

>
> The first and the fourth are the actual fixes, the middle 2 are
> cleanup / preparation patches.

Thanks for explaining... I should've read this before... I end up
figuring it out when trying to skip 2 middle ones ;)

>
> Regards,
>
> Hans
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-02-14 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-14 12:13 Adding a couple of DSI panel fixes to drm-intel-fixes Hans de Goede
2018-02-14 12:35 ` Jani Nikula
2018-02-14 12:55   ` Hans de Goede
2018-02-14 19:45     ` Rodrigo Vivi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.