On 2018-07-24 15:21, Eric Anholt wrote:
Tanmay Shah tanmay@codeaurora.org writes:
On 2018-07-24 12:19, Eric Anholt wrote:
Tanmay Shah tanmay@codeaurora.org writes:
file derived from msm-next kernel uapi header.
Unless there's an exception from Dave, I believe uapi headers in libdrm and Mesa should be direct copies from "make headers_install" on the drm-next branch. How does this compare to that?
The header file is identical as in drm-next kernel.
Great, let's say "drm-next" instead to make that clear. Also, looks like freedreno/msm/msm_drm.h should probably get removed in favor of this?
dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel
+Rob Clark
Thanks Eric, I will send v2 with suggested changes.
freedreno/msm/msm_drm.h is owned by Rob, I am not sure if we need it there or not. I would let Rob comment on this.
We require msm_drm.h in include/drm/ directory to export GEM ioctls so other modules such as gbm can use it. Other platforms have similar strategy.