summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | drm: Introduce drm_property_blob_{get,put}()Thierry Reding2017-02-281-5/+30
| * | | | | | drm: Introduce drm_gem_object_{get,put}()Thierry Reding2017-02-281-16/+64
| * | | | | | drm: Introduce drm_framebuffer_{get,put}()Thierry Reding2017-02-281-12/+37
| * | | | | | drm: Introduce drm_connector_{get,put}()Thierry Reding2017-02-281-8/+33
| * | | | | | drm: Introduce drm_mode_object_{get,put}()Thierry Reding2017-02-281-6/+30
| * | | | | | drm: Add a new connector atomic property for link statusManasi Navare2017-02-272-0/+24
| * | | | | | drm/doc: Fix up some kms function namesArchit Taneja2017-02-271-3/+3
| * | | | | | drm: drm_printer: add __printf validationJoe Perches2017-02-261-0/+3
| * | | | | | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-269-5/+363
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | drm: move edid property update and add modes out of edid firmware loaderJani Nikula2017-02-211-3/+4
| * | | | | | drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst2017-02-142-3/+80
| * | | | | | drm: Constify drm_mode_config atomic helper private pointerLaurent Pinchart2017-02-121-1/+1
| * | | | | | drm: unexport function drm_vblank_no_hw_counter()Shawn Guo2017-02-072-5/+3
| * | | | | | drm: add vblank hooks to struct drm_crtc_funcsShawn Guo2017-02-072-0/+53
| * | | | | | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-4/+0
| * | | | | | drm: Micro-optimise drm_mm_for_each_node_in_range()Chris Wilson2017-02-061-1/+4
| * | | | | | drm/atomic: Save flip flags in drm_crtc_stateAndrey Grodzovsky2017-02-031-1/+8
| | |_|_|/ / | |/| | | |
* | | | | | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | | | | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | | | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-2345-552/+1321
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | drm/tinydrm: helpers: Properly fix backlight dependencyNoralf Trønnes2017-02-241-19/+0
| * | | | | Merge tag 'drm/panel/for-4.11-rc1' of git://anongit.freedesktop.org/tegra/lin...Dave Airlie2017-02-241-2/+2
| |\ \ \ \ \
| | * | | | | drm/panel: Constify device node argument to of_drm_find_panel()Laurent Pinchart2017-01-041-2/+2
| * | | | | | Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-233-2/+3
| |\ \ \ \ \ \
| * | | | | | | drm/tinydrm: Add support for Multi-Inno MI0283QT displayNoralf Trønnes2017-02-181-0/+54
| * | | | | | | drm/tinydrm: Add MIPI DBI supportNoralf Trønnes2017-02-181-0/+107
| * | | | | | | drm/tinydrm: Add helper functionsNoralf Trønnes2017-02-181-0/+100
| * | | | | | | drm: Add DRM support for tiny LCD displaysNoralf Trønnes2017-02-181-0/+115
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | drm/ttm: make TTM_MAX_BO_PRIORITY unsignedNicolai Hähnle2017-02-161-1/+1
| | |_|/ / / | |/| | | |
| * | | | | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-031-92/+92
| * | | | | drm: Fix build when FBDEV_EMULATION is disabledGabriel Krisman Bertazi2017-02-021-1/+1
| * | | | | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-022-6/+4
| * | | | | drm: Provide a driver hook for drm_dev_release()Chris Wilson2017-02-021-0/+13
| * | | | | drm/bridge/mhl: add MHL3 infoframe related definitionsAndrzej Hajda2017-02-021-0/+32
| * | | | | drm/bridge/mhl: add write burst related definitionsAndrzej Hajda2017-02-021-0/+53
| * | | | | Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextDaniel Vetter2017-02-014-21/+26
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'drm-next-4.11' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-02-012-19/+14
| | |\ \ \ \
| | | * | | | drm/ttm: revert "add optional LRU removal callback v2"Christian König2017-01-271-6/+0
| | | * | | | drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-9/+0
| | | * | | | drm/ttm: add BO priorities for the LRUsChristian König2017-01-272-2/+6
| | | * | | | drm/ttm: add evict parameter to ttm_bo_driver::move_notifyNicolai Hähnle2017-01-271-2/+8
| | * | | | | Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-02-0124-228/+242
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-275-9/+34
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-01-271-1/+12
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | |
| | | * | | | | drm : adds Y-coordinate and Colorimetry FormatNagaraju, Vathsala2017-01-101-1/+12
| | * | | | | | Reinstate "drm/probe-helpers: Drop locking from poll_enable""Dave Airlie2017-01-271-1/+0
| | |/ / / / /
| * | | / / / drm/color: un-inline drm_color_lut_extract()Jani Nikula2017-01-311-25/+2
| | |_|/ / / | |/| | | |
| * | | | | drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä2017-01-261-0/+1
| * | | | | drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä2017-01-261-0/+4
| * | | | | drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä2017-01-261-0/+2