aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm: safely free connectors from connector_iterDaniel Vetter1-0/+8
2017-12-04drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6.Hans de Goede1-0/+8
2017-12-04drm: Add support for a panel-orientation connector property, v6Hans de Goede2-0/+47
2017-12-04drm: Add panel orientation quirks, v6.Hans de Goede1-0/+15
2017-12-04Merge arlied/drm-next into drm-misc-nextGustavo Padovan15-23/+54
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie21-237/+306
2017-12-01drm/tinydrm: export mipi_dbi_buf_copy and mipi_dbi_spi_cmd_max_speedDavid Lechner1-1/+3
2017-12-01Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixesDave Airlie1-22/+10
2017-11-30drm/tinydrm: Use drm_mode_config_helper_suspend/resume()Noralf Trønnes1-4/+0
2017-11-30drm/modeset-helper: Add simple modeset suspend/resume helpersNoralf Trønnes2-0/+12
2017-11-29drm/ttm: fix populate_and_map() functions once moreChristian König1-22/+10
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+12
2017-11-24Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+2
2017-11-23drm/printer: Add drm_vprintf()Chris Wilson1-0/+15
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-0/+12
2017-11-22drm/edid: Allow HDMI infoframe without VIC or S3DVille Syrjälä2-0/+6
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter18-32/+179
2017-11-20drm: Move drm_plane_helper_check_state() into drm_atomic_helper.cVille Syrjälä2-6/+7
2017-11-20drm: Check crtc_state->enable rather than crtc->enabled in drm_plane_helper_check_state()Ville Syrjälä1-1/+2
2017-11-17Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+20
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds29-257/+455
2017-11-15drm: gem_cma_helper.c: Allow importing of contiguous scatterlists with nents > 1Liviu Dudau1-1/+3
2017-11-15drm/edid: Don't send non-zero YQ in AVI infoframe for HDMI 1.x sinksVille Syrjälä1-1/+2
2017-11-14drm: Fix kerneldocs for drm_plane modifiersVille Syrjälä1-0/+2
2017-11-14drm: Fix modifiers_property kernel docVille Syrjälä1-1/+1
2017-11-14Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+52
2017-11-11drm/cma-helper: Remove drm_fb_cma_debugfs_show()Noralf Trønnes2-10/+0
2017-11-11drm/tinydrm: Use drm_gem_cma_print_info()Noralf Trønnes1-0/+1
2017-11-11drm/cma-helper: Add drm_gem_cma_print_info()Noralf Trønnes1-0/+3
2017-11-11drm/cma-helper: Turn to_drm_gem_cma_obj() into a macroNoralf Trønnes1-5/+2
2017-11-11drm/framebuffer: Add framebuffer debugfs fileNoralf Trønnes1-0/+15
2017-11-11drm/print: Add drm_printf_indent()Noralf Trønnes1-0/+8
2017-11-11drm/framebuffer: drm_framebuffer_read_refcount() constify argumentNoralf Trønnes1-1/+1
2017-11-11drm/vma-manager: drm_vma_node_start() constify argumentNoralf Trønnes1-1/+1
2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic/amd' and 'asoc/topic/arizona-mfd' into asoc-nextMark Brown1-0/+52
2017-11-10drm/mode_object: fix documentation for object lookups.Dave Airlie5-1/+6
2017-11-09drm/syncobj: Mark up the fence as an RCU protected pointerChris Wilson1-1/+1
2017-11-09drm: Update docs for legacy kms stateDaniel Vetter3-5/+22
2017-11-07drm/edid: make drm_edid_to_eld() staticJani Nikula2-4/+0
2017-11-02drm/drm_mm.h: Fix the name of the referenced function in commentLiviu Dudau1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman10-0/+10
2017-10-31drm/fb-helper: Add .last_close and .output_poll_changed helpersNoralf Trønnes1-0/+11
2017-10-31drm: Add drm_device->fb_helper pointerNoralf Trønnes1-0/+9
2017-10-27drm/dp: Bit definition for D3 power state that keeps AUX fully poweredDhinakaran Pandiyan1-0/+1
2017-10-25drm: Add four ioctls for managing drm mode object leases [v7]Keith Packard2-0/+14
2017-10-25drm: Check mode object lease status in all master ioctl paths [v4]Keith Packard1-2/+0
2017-10-25drm: Add drm_object lease infrastructure [v5]Keith Packard3-0/+58
2017-10-25drm: Add new LEASE debug levelKeith Packard1-0/+4