[Intel-gfx] [PATCH 1/2] drm/i915: Add MIPI mmio reg base

2014-05-19 Thread Shashank Sharma
This patch adds a mmio base address variable for DSI display, to make the DSI code generic, so that, if required, the same code can be re-used for future platforms with different mmio base. Signed-off-by: Shashank Sharma shashank.sha...@intel.com --- drivers/gpu/drm/i915/i915_drv.h |3 +++

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MIPI mmio reg base

2014-05-19 Thread Damien Lespiau
On Mon, May 19, 2014 at 08:54:03PM +0530, Shashank Sharma wrote: This patch adds a mmio base address variable for DSI display, to make the DSI code generic, so that, if required, the same code can be re-used for future platforms with different mmio base. Signed-off-by: Shashank Sharma

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MIPI mmio reg base

2014-05-19 Thread Daniel Vetter
On Mon, May 19, 2014 at 04:45:26PM +0100, Damien Lespiau wrote: On Mon, May 19, 2014 at 08:54:03PM +0530, Shashank Sharma wrote: This patch adds a mmio base address variable for DSI display, to make the DSI code generic, so that, if required, the same code can be re-used for future

Re: [Intel-gfx] [PATCH 1/2] drm/i915: Add MIPI mmio reg base

2014-05-19 Thread Daniel Vetter
On Mon, May 19, 2014 at 04:45:26PM +0100, Damien Lespiau wrote: On Mon, May 19, 2014 at 08:54:03PM +0530, Shashank Sharma wrote: This patch adds a mmio base address variable for DSI display, to make the DSI code generic, so that, if required, the same code can be re-used for future