]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/msm/mdp4: don't care about fb in crtc
authorRob Clark <robdclark@gmail.com>
Fri, 7 Nov 2014 18:06:54 +0000 (13:06 -0500)
committerRob Clark <robdclark@gmail.com>
Sun, 16 Nov 2014 19:22:44 +0000 (14:22 -0500)
commit88ff1c2f3b5d4826bbe3b6ec3cf12a223dc0cb22
tree9492d96f6202f39f595779fcce04a43b9d32e426
parent8845ef80413a6a63a7d91bf15ccbcc9df3466b0c
drm/msm/mdp4: don't care about fb in crtc

Since we are configuring things via MDP4_PIPE regs in the plane, it seems
like setting the dimensions of the primary plane on the OVLP/DMA regs in
crtc is unnecessary.  This will make life easier when we want to do a
nofb modeset.

Signed-off-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/msm/mdp/mdp4/mdp4_crtc.c