aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27drm: Kill drm_display_info.nameVille Syrjälä1-5/+0
2019-03-27drm: Fix tabs vs. spacesVille Syrjälä1-1/+2
2019-03-27drm: Nuke unused drm_display_info.pixel_clockVille Syrjälä1-6/+0
2019-03-27drm/fb-helper: Unexport fill_{var,info}Daniel Vetter1-4/+0
2019-03-27drm/fb-helper: Add fill_info() functionsDaniel Vetter1-0/+3
2019-03-25Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter13-92/+297
2019-03-25drm/doc: fix missing verbLuca Ceresoli1-3/+3
2019-03-25Merge tag 'du-next-20190318' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2-2/+35
2019-03-22drm/i915/ehl: Add EHL platform info and PCI IDsJames Ausmus1-0/+7
2019-03-20tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes1-2/+3
2019-03-19drm/i915/cml: Add CML PCI IDSAnusha Srivatsa1-1/+27
2019-03-19drm: Use the same mmap-range offset and size for GEM and TTMThomas Zimmermann2-2/+12
2019-03-19drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann1-1/+1
2019-03-19drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann1-0/+2
2019-03-18drm: writeback: Add job prepare and cleanup operationsLaurent Pinchart2-1/+34
2019-03-18drm: writeback: Cleanup job ownership handling when queuing jobLaurent Pinchart1-1/+1
2019-03-18drm: Turn bus flags macros into an enumLaurent Pinchart1-44/+64
2019-03-18drm/bridge: use bus flags in bridge timingsStefan Agner1-7/+5
2019-03-18drm: Use new DRM_BUS_FLAG_*_(DRIVE|SAMPLE)_(POS|NEG)EDGE flagsLaurent Pinchart1-4/+5
2019-03-18drm: Clarify definition of the DRM_BUS_FLAG_(PIXDATA|SYNC)_* macrosLaurent Pinchart1-4/+32
2019-03-15Merge tag 'drm-next-2019-03-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+11
2019-03-14drm: Add library for shmem backed GEM objectsNoralf Trønnes1-0/+159
2019-03-14drm: Add helpers for locking an array of BO reservations.Eric Anholt1-0/+4
2019-03-14Merge tag 'drm-misc-next-fixes-2019-03-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+11
2019-03-12drm/i915: Add new ICL PCI IDJosé Roberto de Souza1-1/+2
2019-03-11Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-1/+1
2019-03-08Merge tag 'drm-next-2019-03-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds45-404/+1111
2019-03-07drm: export drm_timeout_abs_to_jiffiesQiang Yu1-0/+4
2019-03-07drm/fb-helper: call vga_remove_vgacon automatically.Gerd Hoffmann1-3/+11
2019-03-06Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-0/+188
2019-03-06Merge tag 'asm-generic-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+1
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul2-1/+14
2019-03-05drm/dsc: Split DSC PPS and SDP header initialisationsDavid Francis1-2/+2
2019-03-05drm/dsc: Add native 420 and 422 support to compute_rc_paramsDavid Francis1-2/+2
2019-03-05drm/i915: Move dsc rate params compute into drmDavid Francis1-0/+1
2019-03-05Merge tag 'drm-misc-fixes-2019-02-22' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
2019-03-04drm/tinydrm: Remove tinydrm_deviceNoralf Trønnes1-42/+0
2019-03-04drm/tinydrm: Drop using tinydrm_deviceNoralf Trønnes1-9/+17
2019-03-04drm: Add devm_drm_dev_init()Noralf Trønnes1-0/+3
2019-02-28drm/doc: Fix copy paste error in drm_crtc_funcs.destroy()Maarten Lankhorst1-1/+1
2019-02-21drm/tinydrm/mipi-dbi: Add drm_to_mipi_dbi()Noralf Trønnes1-2/+3
2019-02-21drm/tinydrm: Remove tinydrm_shutdown()Noralf Trønnes1-1/+0
2019-02-21drm/tinydrm: tinydrm_display_pipe_init() don't use tinydrm_deviceNoralf Trønnes2-9/+13
2019-02-21drm/modes: Add DRM_SIMPLE_MODE()Noralf Trønnes2-23/+17
2019-02-20drm: removing the DP Errata msg and its msg idRamalingam C1-6/+0
2019-02-20drm: HDCP2.2 link check periodRamalingam C1-0/+1
2019-02-20drm: change func to better detect wether swiotlb is neededMichael D Labriola1-1/+1
2019-02-20Merge tag 'topic/mei-hdcp-2019-02-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-intel-next-queuedJoonas Lahtinen5-0/+188
2019-02-20Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen19-142/+409
2019-02-20Merge https://gitlab.freedesktop.org/drm/msm into drm-nextDave Airlie1-0/+13