exynos broken ioctl

2012-04-12 Thread InKi Dae
Oh, I am sorry. I fixed it and now you can pull.

Thanks,
Inki Dae.

2012? 4? 12? ?? 4:20, Dave Airlie ?? ?:
> please before submitting ioctl's can someone review them to make sure
> they have no pointers in them ever.
>
> struct drm_exynos_vidi_connection {
>unsigned int connection;
>unsigned int extensions;
>uint64_t *edid;
> };
>
> gets passed into DRM_EXYNOS_VIDI_CONNECTION ioctl.
>
> Can you remove the point, it should be just a uint64_t most likely.
>
> I don't think this has been in a released kernel so should be okay to fix.
>
> Dave.
> ___
> dri-devel mailing list
> dri-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/dri-devel


exynos broken ioctl

2012-04-12 Thread Dave Airlie
please before submitting ioctl's can someone review them to make sure
they have no pointers in them ever.

struct drm_exynos_vidi_connection {
unsigned int connection;
unsigned int extensions;
uint64_t *edid;
};

gets passed into DRM_EXYNOS_VIDI_CONNECTION ioctl.

Can you remove the point, it should be just a uint64_t most likely.

I don't think this has been in a released kernel so should be okay to fix.

Dave.


exynos broken ioctl

2012-04-12 Thread Dave Airlie
please before submitting ioctl's can someone review them to make sure
they have no pointers in them ever.

struct drm_exynos_vidi_connection {
unsigned int connection;
unsigned int extensions;
uint64_t *edid;
};

gets passed into DRM_EXYNOS_VIDI_CONNECTION ioctl.

Can you remove the point, it should be just a uint64_t most likely.

I don't think this has been in a released kernel so should be okay to fix.

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


Re: exynos broken ioctl

2012-04-12 Thread InKi Dae
Oh, I am sorry. I fixed it and now you can pull.

Thanks,
Inki Dae.

2012년 4월 12일 오후 4:20, Dave Airlie airl...@gmail.com님의 말:
 please before submitting ioctl's can someone review them to make sure
 they have no pointers in them ever.

 struct drm_exynos_vidi_connection {
unsigned int connection;
unsigned int extensions;
uint64_t *edid;
 };

 gets passed into DRM_EXYNOS_VIDI_CONNECTION ioctl.

 Can you remove the point, it should be just a uint64_t most likely.

 I don't think this has been in a released kernel so should be okay to fix.

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