summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-01drm: omapdrm: dss: Pass DSS pointer to dss_sdi_*() functionsLaurent Pinchart3-15/+20
2018-03-01drm: omapdrm: dss: Pass PLL pointer to dss_ctrl_pll_enable()Laurent Pinchart4-12/+13
2018-03-01drm: omapdrm: dss: Pass DSS private structure to runtime PM functionsLaurent Pinchart8-39/+61
2018-03-01drm: omapdrm: dss: Expose DSS data in a dss_device structureLaurent Pinchart2-28/+30
2018-03-01drm: omapdrm: Split init and cleanup from probe and remove functionsLaurent Pinchart2-32/+53
2018-03-01drm: omapdrm: dsi: Make wait_for_bit_change() return a statusLaurent Pinchart1-16/+15
2018-03-01drm: omapdrm: dss: Remove unused functions prototypesLaurent Pinchart1-1/+0
2018-03-01drm: omapdrm: dss: Remove dss_get_hdmi_venc_clk_source() functionLaurent Pinchart2-15/+0
2018-03-01drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart1-89/+104
2018-03-01drm: omapdrm: dss: Don't export functions internal to omapdss-baseLaurent Pinchart2-3/+0
2018-03-01drm: omapdrm: dss: Make omapdss_default_get_timings staticLaurent Pinchart2-6/+2
2018-03-01drm: omapdrm: displays: Get encoder source at connect timeLaurent Pinchart3-83/+54
2018-03-01drm: omapdrm: displays: Get panel source at connect timeLaurent Pinchart8-152/+119
2018-03-01drm: omapdrm: displays: Get connector source at connect timeLaurent Pinchart3-67/+46
2018-03-01drm: omapdrm: displays: Remove OF node check in panel driversLaurent Pinchart8-24/+0
2018-03-01drm: omapdrm: displays: Remove OF node check in encoder driversLaurent Pinchart3-11/+0
2018-03-01drm: omapdrm: displays: Remove OF node check in connector driversLaurent Pinchart3-9/+0
2018-03-01drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declarationLaurent Pinchart1-2/+0
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart14-101/+102
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart14-98/+101
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie79-932/+1855
2018-02-28drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"Jyri Sarha1-1/+1
2018-02-28drm/tilcdc: Add support for drm panelsJyri Sarha2-9/+22
2018-02-28drm/tilcdc: panel: Use common error handling code in of_get_panel_info()Markus Elfring1-7/+5
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring4-19/+6
2018-02-28Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie277-14344/+7912
2018-02-23Merge tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie41-338/+970
2018-02-21drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen1-2/+2
2018-02-21Revert "drm/radeon/pm: autoswitch power state when in balanced mode"Alex Deucher1-5/+1
2018-02-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie5-99/+103
2018-02-20drm/radeon: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: mitigate workaround for i915Christian König1-11/+20
2018-02-20drm/amdgpu: implement amdgpu_gem_map_(attach/detach)Christian König3-22/+34
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson2-4/+11
2018-02-20drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson1-1/+2
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson7-35/+62
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson1-1/+2
2018-02-20drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä1-4/+0
2018-02-20drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä1-1/+1
2018-02-20drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä1-1/+2
2018-02-20drm/i915: Assert that we don't overflow frontbuffer tracking bitsVille Syrjälä1-4/+8
2018-02-20drm/omapdrm: Use of_find_backlight helperMeghana Madhyastha1-20/+5
2018-02-20drm/panel: Use of_find_backlight helperMeghana Madhyastha3-66/+13
2018-02-20drm/omapdrm: Use backlight_enable/disable helpersMeghana Madhyastha1-9/+2
2018-02-20drm/panel: Use backlight_enable/disable helpersMeghana Madhyastha4-24/+8
2018-02-20drm/tinydrm: Call devres version of of_find_backlightMeghana Madhyastha2-2/+2
2018-02-20drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlightMeghana Madhyastha4-44/+4
2018-02-20drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/dis...Meghana Madhyastha2-57/+2
2018-02-20Merge tag 'topic/backlight_for_lag-2018-01-29' of git://anongit.freedesktop.o...Sean Paul1-0/+73