summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tilcdc-4.9-3.1' of https://github.com/jsarha/linux into drm-nextDave Airlie2016-09-287-54/+76
|\
| * drm/tilcdc: fix wrong error handlingDaniel Schultz2016-09-231-3/+3
| * drm/tilcdc: Return directly after a failed kfree_table_init() in tilcdc_conve...Markus Elfring2016-09-231-1/+1
| * drm/tilcdc: Remove "default" from blue-and-red-wiring property bindingJyri Sarha2016-09-221-3/+3
| * drm/tilcdc: Fix non static symbol warningWei Yongjun2016-09-221-2/+2
| * drm/tilcdc: mark symbols static where possibleBaoyou Xie2016-09-221-3/+3
| * drm/tilcdc: add missing header dependenciesBaoyou Xie2016-09-222-0/+2
| * drm/tilcdc: WARN if CRTC is touched without CRTC lockJyri Sarha2016-09-071-0/+8
| * drm/tilcdc: Take CRTC lock when calling tilcdc_crtc_disable()Jyri Sarha2016-09-071-0/+2
| * drm/tilcdc: Remove unnecessary tilcdc_crtc_disable() from tilcdc_unload()Jyri Sarha2016-09-071-2/+0
| * drm/tilcdc: Flush flip-work workqueue before drm_flip_work_cleanup()Jyri Sarha2016-09-071-0/+4
| * drm/tilcdc: Clean up LCDC functional clock rate setting codeJyri Sarha2016-09-073-42/+47
| * drm/tilcdc: Take crtc modeset lock while updating the crtc clock rateJyri Sarha2016-09-071-0/+3
* | Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in...Dave Airlie2016-09-2819-561/+99
|\ \
| * | drm/sti: remove stih415-416 platform supportVincent Abriou2016-09-209-480/+14
| * | drm/sti: fix compositor debugfs creationVincent Abriou2016-09-203-16/+12
| * | drm/sti: use valid video modeFabien Dessenne2016-09-203-10/+10
| * | drm/sti: in crtc_atomic_flush, enable only planes of this crtcFabien Dessenne2016-09-201-0/+4
| * | drm/sti: use vtg array instead of vtg_main/auxFabien Dessenne2016-09-204-15/+10
| * | drm/sti: use different notifier_block for each pipeFabien Dessenne2016-09-203-7/+9
| * | drm/sti: fix atomic_disable checkFabien Dessenne2016-09-203-9/+9
| * | drm/sti: run gdp init sequence only onceFabien Dessenne2016-09-201-2/+2
| * | drm/sti: run hqvdp init sequence only onceFabien Dessenne2016-09-201-2/+2
| * | drm/sti: fix debug logsFabien Dessenne2016-09-203-4/+4
| * | drm/sti: dpms function missing for HDMI connectorVincent Abriou2016-09-201-0/+1
| * | drm/sti: Fix sparse warningsVille Syrjälä2016-09-2010-13/+19
| * | drm: sti: fix coccicheck warningsBenjamin Gaignard2016-09-201-4/+4
| * | drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()Laurent Pinchart2016-09-201-3/+3
* | | Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie2016-09-2814-57/+145
|\ \ \
| * | | drm/msm: bump kernel api version for explicit fencingRob Clark2016-09-211-1/+2
| * | | drm/msm: submit support for out-fencesRob Clark2016-09-152-1/+28
| * | | drm/msm: move fence allocation out of msm_gpu_submit()Rob Clark2016-09-153-13/+11
| * | | drm/msm: submit support for in-fencesRob Clark2016-09-153-5/+39
| * | | drm/msm: extend the submit ioctl to pass in flagsRob Clark2016-09-152-2/+18
| * | | drm/msm/mdp5: Set rotation property initial value to DRM_ROTATE_0 insted of 0Ville Syrjälä2016-09-151-2/+2
| * | | drm/msm/hdmi: don't print error when adding i2c adapter failsWolfram Sang2016-09-151-4/+1
| * | | drm/msm/mdp4: mark symbols static where possibleBaoyou Xie2016-09-152-2/+2
| * | | drm/msm: Remove call to reservation_object_test_signaled_rcu before waitChris Wilson2016-09-151-12/+10
| * | | drm/msm/hdmi: Clean up HDMI gpio DT bindingsArchit Taneja2016-09-152-7/+23
| * | | drm/msm/mdp4: Fix issue with LCDC/LVDS port parsingArchit Taneja2016-09-151-11/+12
* | | | Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-09-2879-3018/+3020
|\ \ \ \
| * | | | drm: bridge: analogix/dp: mark symbols static where possibleBaoyou Xie2016-09-251-2/+2
| * | | | drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie2016-09-251-1/+1
| * | | | drm/bridge: analogix_dp: Improve panel on timeSean Paul2016-09-241-10/+13
| * | | | drm/bridge: analogix_dp: Don't read EDID if panel presentSean Paul2016-09-241-8/+10
| * | | | drm/bridge: analogix_dp: Remove duplicated codeTomeu Vizoso2016-09-243-555/+210
| * | | | Revert "drm/i2c: tda998x: don't register the connector"Sean Paul2016-09-231-0/+8
| * | | | drm: Fix plane type uabi breakageDaniel Vetter2016-09-222-8/+14
| * | | | dma-buf/sync_file: free fences array in num_fences is 1Gustavo Padovan2016-09-221-0/+1
| * | | | drm/i2c: tda998x: don't register the connectorBrian Starkey2016-09-221-8/+0