summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
* | | | Merge branch 'drm/next/platform' of git://linuxtv.org/pinchartl/media into dr...Daniel Vetter2017-03-114-4/+3
|\ \ \ \
| * | | | drm: Remove the struct drm_device platformdev fieldLaurent Pinchart2017-02-174-4/+3
| | |_|/ | |/| |
* | | | drm/msm: Remove msm_debugfs_cleanup()Noralf Trønnes2017-03-087-26/+9
* | | | drm/msm: Remove drm_debugfs_remove_files() callsNoralf Trønnes2017-03-014-63/+6
* | | | gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-1/+1
* | | | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-2644-530/+2700
|\ \ \ \ | |/ / /
| * | | Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2017-02-0744-530/+2700
| |\ \ \
| | * | | drm/msm: return -EFAULT if copy_from_user() failsDan Carpenter2017-02-061-6/+7
| | * | | drm/msm/dsi: Add PHY/PLL for 8x96Archit Taneja2017-02-069-0/+1319
| | * | | drm/msm/dsi: Add new method to calculate 14nm PHY timingsHai Li2017-02-062-1/+127
| | * | | drm/msm/dsi: Move PHY operations out of hostHai Li2017-02-068-125/+172
| | * | | drm/msm/dsi: Reset both PHYs before clock operation for dual DSIArchit Taneja2017-02-063-15/+43
| | * | | drm/msm/dsi: Pass down use case to PHYHai Li2017-02-064-30/+51
| | * | | drm/msm/dsi: Return more timings from PHY to hostHai Li2017-02-065-27/+41
| | * | | drm/msm/dsi: Add a PHY op that initializes version specific stuffArchit Taneja2017-02-065-9/+30
| | * | | drm/msm/dsi: Add 8x96 info in dsi_cfgArchit Taneja2017-02-062-0/+26
| | * | | drm/msm/dsi: Don't error if a DSI host doesn't have a device connectedArchit Taneja2017-02-061-5/+5
| | * | | drm/msm/mdp5: Add support for legacy cursor updatesArchit Taneja2017-02-063-3/+115
| | * | | drm/msm/mdp5: Refactor mdp5_plane_atomic_checkArchit Taneja2017-02-061-12/+20
| | * | | drm/msm/mdp5: Add cursor planesArchit Taneja2017-02-062-12/+26
| | * | | drm/msm/mdp5: Misc cursor plane bitsArchit Taneja2017-02-068-13/+75
| | * | | drm/msm/mdp5: Configure COLOR3_OUT propagationArchit Taneja2017-02-061-0/+30
| | * | | drm/msm/mdp5: Use plane helpers to configure src/dst rectanglesArchit Taneja2017-02-062-19/+59
| | * | | drm/msm/mdp5: Prepare CRTC/LM for empty stagesArchit Taneja2017-02-064-6/+6
| | * | | drm/msm/mdp5: Create only as many CRTCs as we needArchit Taneja2017-02-061-10/+29
| | * | | drm/msm/mdp5: cfg: Change count to unsigned intArchit Taneja2017-02-061-1/+1
| | * | | drm/msm/mdp5: Create single encoder per interface (INTF)Archit Taneja2017-02-064-156/+66
| | * | | drm/msm/mdp5: Prepare for merging video and command encodersArchit Taneja2017-02-063-10/+28
| | * | | drm/msm: Set encoder's mode of operation using a kms funcArchit Taneja2017-02-067-0/+69
| | * | | drm/msm: Construct only one encoder for DSIArchit Taneja2017-02-066-67/+32
| | * | | drm/msm/dsi: Set msm_dsi->encoders before initializing bridgeArchit Taneja2017-02-061-5/+3
| | * | | drm/msm/dsi: Update generated headersArchit Taneja2017-02-061-13/+256
| | * | | drm/msm/mdp5: Update generated headersArchit Taneja2017-02-061-23/+25
| | * | | drm/msm/mdp5: cfg: Add pipe_cursor blockArchit Taneja2017-02-061-0/+1
| | * | | drm/msm: let gpu wire up it's own fault handlerRob Clark2017-02-063-2/+31
| | * | | drm/msm: drop _clk suffix from clk namesRob Clark2017-02-063-4/+23
| | * | | drm/msm: drop quirks bindingRob Clark2017-02-064-20/+7
| | * | | drm/msm: drop qcom,chipidRob Clark2017-02-062-1/+40
| | * | | drm/msm: remove qcom,gpu-pwrlevels bindingsRob Clark2017-02-061-2/+4
* | | | | drm/msm/dsi: fix error return code in msm_dsi_host_init()Wei Yongjun2017-02-141-0/+1
* | | | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* | | | | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-1/+0
|/ / / /
* | | | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-032-4/+2
* | | | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
|/ / /
* | | Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-272-4/+2
|\ \ \
| * | | drm/msm: Stop using drm_framebuffer_unregister_privateDaniel Vetter2017-01-121-4/+1
| * | | drm: add more MMU dependenciesArnd Bergmann2017-01-111-0/+1
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie2017-01-277-44/+25
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | drm/msm: fix potential null ptr issue in non-iommu caseRob Clark2017-01-132-3/+4
OpenPOWER on IntegriCloud