Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-22 Thread Hans de Goede
Hi, On 10/22/20 12:57 PM, Thomas Zimmermann wrote: > Hi Hans > > On 22.10.20 12:17, Hans de Goede wrote: >> Hi, >> >> On 10/22/20 11:30 AM, Thomas Zimmermann wrote: >>> Hi >>> >>> On 22.10.20 11:20, Hans de Goede wrote: Hi, On 10/21/20 3:07 PM, Thomas Zimmermann wrote: > The dr

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-22 Thread Thomas Zimmermann
Hi Hans On 22.10.20 12:17, Hans de Goede wrote: > Hi, > > On 10/22/20 11:30 AM, Thomas Zimmermann wrote: >> Hi >> >> On 22.10.20 11:20, Hans de Goede wrote: >>> Hi, >>> >>> On 10/21/20 3:07 PM, Thomas Zimmermann wrote: The drivers gm12u320 and udl operate on USB devices. They leave the

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-22 Thread Hans de Goede
Hi, On 10/22/20 11:30 AM, Thomas Zimmermann wrote: > Hi > > On 22.10.20 11:20, Hans de Goede wrote: >> Hi, >> >> On 10/21/20 3:07 PM, Thomas Zimmermann wrote: >>> The drivers gm12u320 and udl operate on USB devices. They leave the >>> PCI device in struct drm_device empty and store the USB device

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-22 Thread Thomas Zimmermann
Hi On 22.10.20 11:20, Hans de Goede wrote: > Hi, > > On 10/21/20 3:07 PM, Thomas Zimmermann wrote: >> The drivers gm12u320 and udl operate on USB devices. They leave the >> PCI device in struct drm_device empty and store the USB device in their >> own driver structure. >> >> Fix this special case

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-22 Thread Hans de Goede
Hi, On 10/21/20 3:07 PM, Thomas Zimmermann wrote: > The drivers gm12u320 and udl operate on USB devices. They leave the > PCI device in struct drm_device empty and store the USB device in their > own driver structure. > > Fix this special case and save a few bytes by putting the USB device > into

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-21 Thread Daniel Vetter
On Wed, Oct 21, 2020 at 10:01:29PM +0200, Daniel Vetter wrote: > On Wed, Oct 21, 2020 at 03:07:29PM +0200, Thomas Zimmermann wrote: > > The drivers gm12u320 and udl operate on USB devices. They leave the > > PCI device in struct drm_device empty and store the USB device in their > > own driver stru

Re: [PATCH 0/3] drm: Store USB device in struct drm_device

2020-10-21 Thread Daniel Vetter
On Wed, Oct 21, 2020 at 03:07:29PM +0200, Thomas Zimmermann wrote: > The drivers gm12u320 and udl operate on USB devices. They leave the > PCI device in struct drm_device empty and store the USB device in their > own driver structure. > > Fix this special case and save a few bytes by putting the U