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