Re: radeondrm: add a handler for the WSDISPLAYIO_GINFO ioctl

2017-06-19 Thread Mark Kettenis
> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; > d=statdns-com.20150623.gappssmtp.com; s=20150623; > h=date:from:to:subject:message-id:mime-version:content-disposition > :user-agent; > bh=V9zHsQIE9vOgAyjMqPGAM0Ewu2IvCE/CHFNKt6wyxNQ=; >

radeondrm: add a handler for the WSDISPLAYIO_GINFO ioctl

2017-06-18 Thread Frederic Cambus
Hi tech@, Add a handler for the WSDISPLAYIO_GINFO ioctl in radeondrm, allowing to retrieve basic information about a framebuffer display. Same rationale as the diff I sent for inteldrm, and it can also be tested with wsconsctl which will return new display values for width, height and depth.