summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/msm
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/msm/dsi: Parse bus clocks from a listArchit Taneja2015-12-144-73/+53
| * | drm/msm/dsi: Delay dsi_clk_initArchit Taneja2015-12-141-10/+22
| * | drm/msm/dsi: Use a better way to figure out DSI versionArchit Taneja2015-12-141-6/+18
| * | drm/msm/dsi: Add DSI PLL for 28nm 8960 PHYArchit Taneja2015-12-144-0/+547
| * | drm/msm/dsi: Add support for 28nm PHY on 8960Archit Taneja2015-12-146-0/+210
| * | drm/msm/dsi: Don't get byte/pixel source clocks from DTArchit Taneja2015-12-141-9/+6
| * | drm/msm/mdp4: Initialize DSI encodersArchit Taneja2015-12-141-1/+36
| * | drm/msm/mdp4: Call custom round_pixclk helper only if the encoder type is TMDSArchit Taneja2015-12-141-1/+8
| * | drm/msm/dsi: Add a mdp4 encoder for DSIVinay Simha BN2015-12-143-0/+208
| * | drm/msm/mdp4: Initialize LCDC encoder even if panel driver isn't availableArchit Taneja2015-12-144-36/+40
| * | drm/msm/mdp4: Clean up modeset_initArchit Taneja2015-12-141-83/+109
| * | drm/msm/adreno: Remove CONFIG_OF checksArchit Taneja2015-12-141-52/+0
| * | drm/msm/hdmi: remove CONFIG_OF checksArchit Taneja2015-12-141-71/+16
| * | drm/msm/mdp: Remove CONFIG_OF checks from MDP driversArchit Taneja2015-12-142-20/+4
| * | drm/msm: Update compatible strings for mdpArchit Taneja2015-12-141-2/+4
| * | drm/msm: Remove non-DT code in msm_drvArchit Taneja2015-12-142-66/+15
| * | drm/msm/mdp5: high precision vblank timestamp supportArchit Taneja2015-12-143-0/+149
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-01-171-1/+3
|\ \ | |/ |/|
| * mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-1/+3
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-242-4/+4
|/
* drm/msm: Remove local fbdev emulation Kconfig optionArchit Taneja2015-10-223-21/+3
* drm/msm/mdp5: Basic support for MDP5 v1.7 (MSM8996)Stephane Viau2015-10-226-14/+133
* drm/msm/mdp: Add Software Pixel Extension supportStephane Viau2015-10-222-31/+128
* drm/msm/mdp5: Use the newly introduced enum mdp_component_typeStephane Viau2015-10-221-12/+13
* drm/msm/hdmi: Add basic HDMI support for msm8996Stephane Viau2015-10-221-3/+14
* drm/msm/mdp5: Avoid printing error messages for optional clocksStephane Viau2015-10-221-11/+16
* drm/msm: Fix IOMMU clean up path in case msm_iommu_new() failsStephane Viau2015-10-222-0/+9
* drm/msm/mdp5: remove the cfg pointer from SMP structStephane Viau2015-10-222-5/+5
* drm/msm/dsi: Updata LNn_CFG4 register settings for 28nm PHYHai Li2015-10-221-4/+2
* drm: msm: dsi: Don't attempt changing voltage of switchesBjorn Andersson2015-10-222-2/+2
* drm/msm: update generated headersRob Clark2015-10-2214-114/+359
* drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter2015-10-162-7/+0
* drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-7/+7
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-061-6/+6
* Merge tag 'v4.3-rc2' into topic/drm-miscDaniel Vetter2015-09-242-2/+1
|\
| * gpu/drm: Kill off set_irq_flags usageRob Herring2015-09-161-1/+0
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-09-0463-1337/+4462
| |\
| * \ Merge tag 'gpio-v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2015-09-041-15/+2
| |\ \
| | * | drm/msm/dp: use flags argument of devm_gpiod_get to set directionUwe Kleine-König2015-07-061-15/+2
| * | | Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-2/+2
| |\ \ \
| | * | | drm/msm/dsi: Convert to clk_hw based provider APIsStephen Boyd2015-08-241-2/+2
| | |/ /
| * | | drm/msm/mdp5: release SMB (shared memory blocks) in various casesWentao Xu2015-07-295-32/+104
| * | | drm/msm: change to uninterruptible wait in atomic commitWentao Xu2015-07-294-13/+14
| * | | drm/msm: mdp4: Fix drm_framebuffer dereference crashArchit Taneja2015-07-291-1/+3
| * | | drm/msm: fix msm_gem_prime_get_sg_table()Rob Clark2015-07-291-2/+6
| |/ /
* | | drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+1
* | | drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst2015-09-082-4/+16
| |/ |/|
* | drm/msm/dsi: Introduce DSI configuration moduleHai Li2015-08-154-146/+177
* | drm/msm/dsi: Make each PHY type compilation independentHai Li2015-08-154-4/+33
OpenPOWER on IntegriCloud