[PATCH v2] libdrm: add exynos drm support

2012-05-13 Thread daei...@gmail.com
2012. 5. 13. ?? 12:05 Rob Clark ??: > Ok, I've pushed this with a couple minor cleanups: > > 1) remove .pc file (which is generated from .pc.in file) > 2) below patch to fix a compile error (maybe not seen w/ older gcc?) > 3) remove DRM_IOCTL_EXYNOS_GEM_USERPTR because I think that part is >

[PATCH v2] libdrm: add exynos drm support

2012-05-12 Thread InKi Dae
Hi, we had posted this patch and we hope this patch is applied to libdrm so that we can go ahead next work. as you may know, exynos drm driver have already been merged to mainline. please, let me know if there is any problem. Thanks, Inki Dae 2012/5/4 Inki Dae : > this patch adds libdrm_exynos

[PATCH v2] libdrm: add exynos drm support

2012-05-12 Thread Rob Clark
Ok, I've pushed this with a couple minor cleanups: 1) remove .pc file (which is generated from .pc.in file) 2) below patch to fix a compile error (maybe not seen w/ older gcc?) 3) remove DRM_IOCTL_EXYNOS_GEM_USERPTR because I think that part is still being debated on kernel side.. it can be added

Re: [PATCH v2] libdrm: add exynos drm support

2012-05-12 Thread Rob Clark
Ok, I've pushed this with a couple minor cleanups: 1) remove .pc file (which is generated from .pc.in file) 2) below patch to fix a compile error (maybe not seen w/ older gcc?) 3) remove DRM_IOCTL_EXYNOS_GEM_USERPTR because I think that part is still being debated on kernel side.. it can be added

Re: [PATCH v2] libdrm: add exynos drm support

2012-05-12 Thread daeinki
2012. 5. 13. 오전 12:05 Rob Clark rob.cl...@linaro.org 작성: Ok, I've pushed this with a couple minor cleanups: 1) remove .pc file (which is generated from .pc.in file) 2) below patch to fix a compile error (maybe not seen w/ older gcc?) 3) remove DRM_IOCTL_EXYNOS_GEM_USERPTR because I think

Re: [PATCH v2] libdrm: add exynos drm support

2012-05-11 Thread InKi Dae
Hi, we had posted this patch and we hope this patch is applied to libdrm so that we can go ahead next work. as you may know, exynos drm driver have already been merged to mainline. please, let me know if there is any problem. Thanks, Inki Dae 2012/5/4 Inki Dae inki@samsung.com: this patch

[PATCH v2] libdrm: add exynos drm support

2012-05-04 Thread Inki Dae
this patch adds libdrm_exynos helper layer that inclues some intefaces for exynos specific gem and virtual display driver and also adds exynos module name to modtest and vbltest. Changelog v2: - fixed exynos broken ioctl. the pointer of uint64_t *edid should be removed. - removed unnecessary

[PATCH v2] libdrm: add exynos drm support

2012-05-04 Thread Inki Dae
this patch adds libdrm_exynos helper layer that inclues some intefaces for exynos specific gem and virtual display driver and also adds exynos module name to modtest and vbltest. Changelog v2: - fixed exynos broken ioctl. the pointer of uint64_t *edid should be removed. - removed unnecessary