summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorLines
2015-03-04drm/msm: kexec fixesRob Clark-0/+10
2015-03-04drm/msm/mdp5: fix cursor blendingRob Clark-1/+0
2015-03-04drm/msm/mdp5: fix cursor ROIRob Clark-28/+40
2015-03-04drm/msm/atomic: Don't leak atomic commit object when commit failsLaurent Pinchart-1/+3
2015-03-04drm/msm/mdp5: Avoid flushing registers when CRTC is disabledStephane Viau-7/+19
2015-03-04drm/msm: update generated headers (add 6th lm.base entry)Stephane Viau-11/+4
2015-03-04drm/msm/mdp5: fixup "drm/msm: fix fallout of atomic dpms changes"Stephane Viau-5/+5
2015-02-01drm/msm: add moduleparam to disable fbdevRob Clark-1/+8
2015-02-01drm/msm: fix build error with W=1Rob Clark-3/+0
2015-02-01drm/msm/mdp5: Fix negative SMP block allocationStephane Viau-2/+3
2015-02-01drm/msm/hdmi: disallow interlacedRob Clark-1/+1
2015-02-01drm/msm/atomic: fix issue with gnome-shell waylandRob Clark-1/+4
2015-02-01drm/msm/mdp5: Add hardware cursor supportBeeresh Gopal-0/+164
2015-02-01drm/msm/hdmi: rework hdmi configurations, using dt_match[]Stephane Viau-59/+71
2015-02-01drm/msm/hdmi: Add HDMI platform config for apq8084Stephane Viau-0/+17
2015-02-01drm/msm/hdmi: use dynamic allocation for hdmi resourcesStephane Viau-8/+28
2015-02-01drm/msm/mdp5: fix parameter type for mdp5_ctl_set_intf()Stephane Viau-2/+2
2015-02-01drm/msm/dp: use link power helpersRob Clark-19/+2
2015-02-01drm/msm: Add the eDP connector in msm drm driver (V2)Hai Li-13/+75
2015-02-01drm/msm: Initial add eDP support in msm drm driver (v5)Hai Li-0/+2350
2015-02-01drm/msm/mdp4: add YUV format supportBeeresh Gopal-9/+95
2015-02-01drm/msm/mdp5: add NV12 support for MDP5Stephane Viau-21/+194
2015-02-01drm/msm/mdp: add common YUV information for MDP4/MDP5Stephane Viau-22/+154
2015-02-01drm/msm: update generated headersRob Clark-325/+1166
2015-02-01drm/msm: Do not BUG_ON(!spin_is_locked()) on UPBruno Prémont-1/+1
2015-02-01drm/msm/hdmi: fix memory leak after bridge changesRob Clark-4/+5
2015-02-01drm/msm: fix fallout of atomic dpms changesRob Clark-263/+303
2015-02-01drm/msm: Remove CRTC .mode_set and .mode_set_base helpersLaurent Pinchart-4/+0
2015-01-31drm: msm: add missing dependencies on OF and COMMON_CLKArnd Bergmann-0/+1
2015-01-28drm/bridge: make bridge registration independent of drm flowAjay Kumar-6/+5
2015-01-28drm/bridge: do not pass drm_bridge_funcs to drm_bridge_initAjay Kumar-1/+2
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding-2/+8
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie-1/+24
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie-10/+0
2014-12-23Merge branch 'msm-fixes-3.19' of git://people.freedesktop.org/~robclark/linux...Dave Airlie-75/+110
2014-12-18drm/msm/hdmi: rework HDMI IRQ handlerJilai Wang-4/+4
2014-12-18drm/msm/hdmi: enable regulators before clocks to avoid warningsJilai Wang-27/+18
2014-12-18drm/msm/mdp5: update irqs on crtc<->encoder link changeRob Clark-19/+9
2014-12-18drm/msm: block incoming update on pending updatesRob Clark-17/+75
2014-12-17Merge branch 'topic/core-stuff' into topic/atomic-coreDaniel Vetter-10/+0
2014-12-17drm/atomic: Introduce state->obj backpointersDaniel Vetter-0/+1
2014-12-17drm/atomic-helper: Again check modeset *before* plane statesDaniel Vetter-1/+23
2014-12-17drm/msm: Deletion of unnecessary checks before the function call "release_fir...Markus Elfring-4/+2
2014-12-17drm/msm: Deletion of unnecessary checks before two function callsMarkus Elfring-4/+2
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1230/+5578
2014-12-10drm/msm: Remove dummy ->load_lut() implementationThierry Reding-10/+0
2014-11-27drm/msm: switch to atomic-helpers iterator macrosRob Clark-30/+8
2014-11-25drm/plane: Pass old state to ->atomic_update()Thierry Reding-2/+4
2014-11-21drm/msm/mdp4: fix mixer setup for multi-crtc + planesRob Clark-35/+42
2014-11-21drm/msm/mdp5: dpms(OFF) cleanupsRob Clark-0/+13