All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH libdrm 0/5] modetest: fix misc when terminates modetest
@ 2015-04-13  8:31 Joonyoung Shim
  2015-04-21 20:16 ` Emil Velikov
  0 siblings, 1 reply; 5+ messages in thread
From: Joonyoung Shim @ 2015-04-13  8:31 UTC (permalink / raw)
  To: dri-devel; +Cc: emil.l.velikov

Hi all,

This patchset is to fix properly about buffer and framebuffer resources
when terminates modetest of libdrm.

Thanks.

Joonyoung Shim (5):
      modetest: fix Segmentation fault
      modetest: add to use drmModeRmFB
      modetest: fix to proper error path handling
      modetest: clear buffer and framebuffer of planes
      modetest: destroy buffer of cursor

 tests/modetest/modetest.c | 49 ++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 44 insertions(+), 5 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH libdrm 0/5] modetest: fix misc when terminates modetest
  2015-04-13  8:31 [PATCH libdrm 0/5] modetest: fix misc when terminates modetest Joonyoung Shim
@ 2015-04-21 20:16 ` Emil Velikov
  2015-04-22  2:05   ` Joonyoung Shim
  0 siblings, 1 reply; 5+ messages in thread
From: Emil Velikov @ 2015-04-21 20:16 UTC (permalink / raw)
  To: Joonyoung Shim, dri-devel; +Cc: emil.l.velikov

Hi Joonyoung,

On 13/04/15 08:31, Joonyoung Shim wrote:
> Hi all,
> 
> This patchset is to fix properly about buffer and framebuffer resources
> when terminates modetest of libdrm.
> 
The series looks great (incl. the MAKE_RGB_INFO fix) and barring any
objections I'll push it by the end of the week. Just a small sidenote -
some of the commit messages are a bit hard to read. Hope you don't mind
if I change them slightly before pushing.

Thanks
Emil

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH libdrm 0/5] modetest: fix misc when terminates modetest
  2015-04-21 20:16 ` Emil Velikov
@ 2015-04-22  2:05   ` Joonyoung Shim
  2015-04-23 16:40     ` Emil Velikov
  2015-04-29 17:16     ` Emil Velikov
  0 siblings, 2 replies; 5+ messages in thread
From: Joonyoung Shim @ 2015-04-22  2:05 UTC (permalink / raw)
  To: Emil Velikov, dri-devel

Hi Emil,

On 04/22/2015 05:16 AM, Emil Velikov wrote:
> Hi Joonyoung,
> 
> On 13/04/15 08:31, Joonyoung Shim wrote:
>> Hi all,
>>
>> This patchset is to fix properly about buffer and framebuffer resources
>> when terminates modetest of libdrm.
>>
> The series looks great (incl. the MAKE_RGB_INFO fix) and barring any
> objections I'll push it by the end of the week. Just a small sidenote -
> some of the commit messages are a bit hard to read. Hope you don't mind
> if I change them slightly before pushing.

It's ok, i guess i should thank you.

Thanks.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH libdrm 0/5] modetest: fix misc when terminates modetest
  2015-04-22  2:05   ` Joonyoung Shim
@ 2015-04-23 16:40     ` Emil Velikov
  2015-04-29 17:16     ` Emil Velikov
  1 sibling, 0 replies; 5+ messages in thread
From: Emil Velikov @ 2015-04-23 16:40 UTC (permalink / raw)
  To: Joonyoung Shim, dri-devel; +Cc: emil.l.velikov

On 22/04/15 02:05, Joonyoung Shim wrote:
> Hi Emil,
> 
> On 04/22/2015 05:16 AM, Emil Velikov wrote:
>> Hi Joonyoung,
>>
>> On 13/04/15 08:31, Joonyoung Shim wrote:
>>> Hi all,
>>>
>>> This patchset is to fix properly about buffer and framebuffer resources
>>> when terminates modetest of libdrm.
>>>
>> The series looks great (incl. the MAKE_RGB_INFO fix) and barring any
>> objections I'll push it by the end of the week. Just a small sidenote -
>> some of the commit messages are a bit hard to read. Hope you don't mind
>> if I change them slightly before pushing.
> 
> It's ok, i guess i should thank you.
> 
I seriously won't be offended if you don't, so it's entirely up-to you.

Cheers
Emil

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH libdrm 0/5] modetest: fix misc when terminates modetest
  2015-04-22  2:05   ` Joonyoung Shim
  2015-04-23 16:40     ` Emil Velikov
@ 2015-04-29 17:16     ` Emil Velikov
  1 sibling, 0 replies; 5+ messages in thread
From: Emil Velikov @ 2015-04-29 17:16 UTC (permalink / raw)
  To: Joonyoung Shim, dri-devel; +Cc: emil.l.velikov

On 22/04/15 02:05, Joonyoung Shim wrote:
> Hi Emil,
> 
> On 04/22/2015 05:16 AM, Emil Velikov wrote:
>> Hi Joonyoung,
>>
>> On 13/04/15 08:31, Joonyoung Shim wrote:
>>> Hi all,
>>>
>>> This patchset is to fix properly about buffer and framebuffer resources
>>> when terminates modetest of libdrm.
>>>
>> The series looks great (incl. the MAKE_RGB_INFO fix) and barring any
>> objections I'll push it by the end of the week. Just a small sidenote -
>> some of the commit messages are a bit hard to read. Hope you don't mind
>> if I change them slightly before pushing.
> 
> It's ok, i guess i should thank you.
> 
In case you've missed it - I corrected the value for invalid fb_id.
According to the kernel and other users - 0 should be used, as (unsigned
int)-1 (used in the series) is valid one, albeit hard to hit.

Thanks again for the fixes.

-Emil
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

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

end of thread, other threads:[~2015-04-29 16:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13  8:31 [PATCH libdrm 0/5] modetest: fix misc when terminates modetest Joonyoung Shim
2015-04-21 20:16 ` Emil Velikov
2015-04-22  2:05   ` Joonyoung Shim
2015-04-23 16:40     ` Emil Velikov
2015-04-29 17:16     ` Emil Velikov

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.