summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
AgeCommit message (Expand)AuthorFilesLines
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-1/+0
2017-02-03drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2-4/+2
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2-4/+2
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie7-44/+25
2017-01-13drm/msm: fix potential null ptr issue in non-iommu caseRob Clark2-3/+4
2017-01-13drm/msm/mdp5: rip out plane->pending trackingRob Clark3-32/+0
2017-01-12drm/msm: Stop using drm_framebuffer_unregister_privateDaniel Vetter1-4/+1
2017-01-11drm: add more MMU dependenciesArnd Bergmann1-0/+1
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+5
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie7-17/+22
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter1-1/+5
2016-12-29drm/msm: Verify that MSM_SUBMIT_BO_FLAGS are setJordan Crouse1-1/+2
2016-12-29drm/msm: Put back the vaddr in submit_reloc()Jordan Crouse1-6/+9
2016-12-29drm/msm: Ensure that the hardware write pointer is validJordan Crouse2-2/+10
2016-12-18drm: bridge: Link encoder and bridge in core codeLaurent Pinchart3-8/+13
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä2-2/+2
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2-5/+5
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara1-5/+3
2016-12-13Merge tag 'drm-for-v4.10' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds58-1003/+6872
2016-12-01Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie54-948/+6757
2016-11-30Merge tag 'drm-misc-next-2016-11-29' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-1/+1
2016-11-30Merge tag 'drm-qemu-20161121' of git://git.kraxel.org/linux into drm-nextDave Airlie10-31/+55
2016-11-28drm/msm: gpu: Add support for the GPMUJordan Crouse6-3/+431
2016-11-28drm/msm: gpu: Add A5XX target supportJordan Crouse8-9/+945
2016-11-28drm/msm: Disable interrupts during initJordan Crouse2-0/+7
2016-11-28drm/msm: Remove 'src_clk' from adreno configurationJordan Crouse2-24/+14
2016-11-28drm/msm: gpu: Add OUT_TYPE4 and OUT_TYPE7Jordan Crouse1-0/+30
2016-11-28drm/msm: Add adreno_gpu_write64()Jordan Crouse4-5/+34
2016-11-28drm/msm: gpu Add new gpu register read/write functionsJordan Crouse2-10/+41
2016-11-28drm/msm: gpu: Return error on hw_init failureJordan Crouse5-26/+30
2016-11-28drm/msm: gpu: Cut down the list of "generic" registers to the ones we useJordan Crouse3-215/+0
2016-11-28drm/msm: update generated headersRob Clark15-107/+4177
2016-11-28drm/msm/adreno: move scratch register dumping to per-gen codeRob Clark3-6/+14
2016-11-28drm/msm/rd: support for 64b iovaRob Clark1-2/+2
2016-11-28drm/msm: convert iova to 64bRob Clark15-32/+34
2016-11-27drm/msm: set dma_mask properlyRob Clark1-1/+7
2016-11-27drm/msm: Remove bad calls to of_node_put()Archit Taneja1-7/+2
2016-11-27drm/msm/mdp5: move LM bounds check into plane->atomic_check()Rob Clark2-2/+15
2016-11-27drm/msm/mdp5: dump smp state on errors tooRob Clark2-2/+6
2016-11-27drm/msm/mdp5: add debugfs to show smp block statusRob Clark6-3/+116
2016-11-27drm/msm/mdp5: handle SMP block allocations "atomically"Rob Clark7-245/+193
2016-11-27drm/msm/mdp5: dynamically assign hw pipes to planesRob Clark6-80/+172
2016-11-27drm/msm/mdp5: add skeletal mdp5_stateRob Clark2-0/+65
2016-11-27drm/msm: subclass drm_atomic_stateRob Clark4-0/+51
2016-11-27drm/msm/mdp5: introduce mdp5_hw_pipeRob Clark7-87/+199
2016-11-27drm/msm/mdp5: rip out mode_changedRob Clark2-21/+4
2016-11-27drm/msm/mdp5: don't be so castyRob Clark1-5/+7