Age | Commit message (Expand) | Author | Files | Lines |
2016-10-26 | drm: Don't force all planes to be added to the state due to zpos | Ville Syrjälä | 1 | -1/+21 |
2016-09-28 | Merge branch 'sti-drm-next-2016-09-20' of https://github.com/vinceab/linux in... | Dave Airlie | 19 | -561/+99 |
2016-09-22 | drm: Don't swallow error codes in drm_dev_alloc() | Tom Gundersen | 1 | -2/+2 |
2016-09-20 | drm/sti: remove stih415-416 platform support | Vincent Abriou | 9 | -480/+14 |
2016-09-20 | drm/sti: fix compositor debugfs creation | Vincent Abriou | 3 | -16/+12 |
2016-09-20 | drm/sti: use valid video mode | Fabien Dessenne | 3 | -10/+10 |
2016-09-20 | drm/sti: in crtc_atomic_flush, enable only planes of this crtc | Fabien Dessenne | 1 | -0/+4 |
2016-09-20 | drm/sti: use vtg array instead of vtg_main/aux | Fabien Dessenne | 4 | -15/+10 |
2016-09-20 | drm/sti: use different notifier_block for each pipe | Fabien Dessenne | 3 | -7/+9 |
2016-09-20 | drm/sti: fix atomic_disable check | Fabien Dessenne | 3 | -9/+9 |
2016-09-20 | drm/sti: run gdp init sequence only once | Fabien Dessenne | 1 | -2/+2 |
2016-09-20 | drm/sti: run hqvdp init sequence only once | Fabien Dessenne | 1 | -2/+2 |
2016-09-20 | drm/sti: fix debug logs | Fabien Dessenne | 3 | -4/+4 |
2016-09-20 | drm/sti: dpms function missing for HDMI connector | Vincent Abriou | 1 | -0/+1 |
2016-09-20 | drm/sti: Fix sparse warnings | Ville Syrjälä | 10 | -13/+19 |
2016-09-20 | drm: sti: fix coccicheck warnings | Benjamin Gaignard | 1 | -4/+4 |
2016-09-20 | drm: sti: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp() | Laurent Pinchart | 1 | -3/+3 |
2016-08-29 | drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit | Liu Ying | 1 | -1/+1 |
2016-08-16 | drm: drop DRIVER_HAVE_IRQ flag for some drivers | Shawn Guo | 1 | -1/+1 |
2016-08-03 | Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaign... | Dave Airlie | 6 | -68/+38 |
2016-07-29 | drm: sti: use generic zpos for plane | Benjamin Gaignard | 6 | -68/+38 |
2016-07-26 | drm/sti: use new Reset API | Lee Jones | 1 | -2/+2 |
2016-07-15 | Merge tag 'topic/drm-misc-2016-07-14' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 4 | -0/+5 |
2016-07-12 | gpu: drm: sti_vtg: add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -0/+1 |
2016-07-12 | gpu: drm: sti_hqvdp: add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -0/+1 |
2016-07-12 | gpu: drm: sti_vdo: add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -0/+1 |
2016-07-12 | gpu: drm: sti_compositor: add missing of_node_put after calling of_parse_phandle | Peter Chen | 1 | -0/+2 |
2016-07-05 | Merge tag 'asoc-hdmi-codec-pdata' of git://git.kernel.org/pub/scm/linux/kerne... | Dave Airlie | 1 | -3/+4 |
2016-07-01 | drm: sti: Add ASoC generic hdmi codec support. | Arnaud Pouliquen | 3 | -17/+291 |
2016-06-27 | drm/sti: adjust delay for AWG | Bich Hemon | 2 | -2/+4 |
2016-06-27 | drm: sti: fix clocking issues in crtc | Benjamin Gaignard | 1 | -30/+29 |
2016-06-27 | drm/sti: Use 64-bit timestamps | Tina Ruchandani | 2 | -14/+4 |
2016-06-21 | drm: sti: rework init sequence | Benjamin Gaignard | 5 | -74/+100 |
2016-06-21 | drm: sti: use late_register and early_unregister callbacks | Benjamin Gaignard | 16 | -69/+198 |
2016-06-17 | drm/sti: Don't call drm_helper_disable_unused_functions | Daniel Vetter | 1 | -1/+0 |
2016-06-10 | drm/atomic-helper: Massage swap_state signature somewhat | Daniel Vetter | 1 | -1/+1 |
2016-06-09 | drm: sti: Rely on the default ->best_encoder() behavior | Boris Brezillon | 3 | -30/+0 |
2016-06-01 | drm/sti: Use lockless gem BO free callback | Daniel Vetter | 1 | -1/+1 |
2016-06-01 | drm: sti: remove useless call to dev->struct_mutex | Benjamin Gaignard | 10 | -76/+0 |
2016-06-01 | drm/sti: remove extra mode fixup | Tomi Valkeinen | 1 | -10/+0 |
2016-05-28 | remove lots of IS_ERR_VALUE abuses | Arnd Bergmann | 1 | -2/+2 |
2016-05-11 | drm/sti: include linux/seq_file.h where needed | Arnd Bergmann | 7 | -0/+8 |
2016-05-02 | drm/sti: Rename async to nonblock. | Maarten Lankhorst | 1 | -3/+3 |
2016-03-21 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 20 | -424/+2389 |
2016-03-18 | drm/sti: restore mode_fixup callback | Arnd Bergmann | 1 | -0/+1 |
2016-03-17 | Merge branch '2016-02-26-st-drm-next' of http://git.linaro.org/people/benjami... | Dave Airlie | 20 | -416/+2399 |
2016-03-09 | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() | Luis R. Rodriguez | 3 | -16/+13 |
2016-03-04 | drm/sti: removed optional dummy crtc mode_fixup function. | Carlos Palminha | 1 | -9/+0 |
2016-03-03 | drm/sti: use u32 to store DMA addresses | Arnd Bergmann | 1 | -6/+8 |
2016-03-03 | drm: sti: remove sti_gem_prime_export hack | Benjamin Gaignard | 1 | -10/+1 |