mbox series

[0/3] media: atomisp: Selection API support bugfixes

Message ID 20230601145858.59652-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series media: atomisp: Selection API support bugfixes | expand

Message

Hans de Goede June 1, 2023, 2:58 p.m. UTC
Hi All,

Here is a set of bugfixes for the recently added Selection API support.

Regards,

Hans


Hans de Goede (3):
  media: atomisp: Take minimum padding requirement on BYT/ISP2400 into
    account
  media: atomisp: Make atomisp_enum_framesizes_crop() check resolution
    fits with padding
  media: atomisp: Fix binning check in atomisp_set_crop()

 .../staging/media/atomisp/pci/atomisp_cmd.c   | 42 ++++++++++++++++---
 .../staging/media/atomisp/pci/atomisp_cmd.h   |  4 ++
 .../media/atomisp/pci/atomisp_common.h        |  4 ++
 .../staging/media/atomisp/pci/atomisp_ioctl.c | 18 +++++---
 4 files changed, 58 insertions(+), 10 deletions(-)

Comments

Andy Shevchenko June 1, 2023, 4:04 p.m. UTC | #1
On Thu, Jun 1, 2023 at 5:59 PM Hans de Goede <hdegoede@redhat.com> wrote:
>
> Hi All,
>
> Here is a set of bugfixes for the recently added Selection API support.

All three LGTM
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>

> Regards,
>
> Hans
>
>
> Hans de Goede (3):
>   media: atomisp: Take minimum padding requirement on BYT/ISP2400 into
>     account
>   media: atomisp: Make atomisp_enum_framesizes_crop() check resolution
>     fits with padding
>   media: atomisp: Fix binning check in atomisp_set_crop()
>
>  .../staging/media/atomisp/pci/atomisp_cmd.c   | 42 ++++++++++++++++---
>  .../staging/media/atomisp/pci/atomisp_cmd.h   |  4 ++
>  .../media/atomisp/pci/atomisp_common.h        |  4 ++
>  .../staging/media/atomisp/pci/atomisp_ioctl.c | 18 +++++---
>  4 files changed, 58 insertions(+), 10 deletions(-)
>
> --
> 2.40.1
>