summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-03-01drm: omapdrm: displays: Remove OF node check in panel driversLaurent Pinchart
2018-03-01drm: omapdrm: displays: Remove OF node check in encoder driversLaurent Pinchart
2018-03-01drm: omapdrm: displays: Remove OF node check in connector driversLaurent Pinchart
2018-03-01drm: omapdrm: connector-analog-tv: Remove tvc_of_match forward declarationLaurent Pinchart
2018-03-01drm: omapdrm: Use unsigned int typeLaurent Pinchart
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-02-28drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"Jyri Sarha
2018-02-28drm/tilcdc: Add support for drm panelsJyri Sarha
2018-02-28drm/tilcdc: panel: Use common error handling code in of_get_panel_info()Markus Elfring
2018-02-28drm/tilcdc: Delete an error message for a failed memory allocation in seven f...Markus Elfring
2018-02-28Merge branch 'drm-next-4.17' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-02-23Merge tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-02-21drm/i915: Update DRIVER_DATE to 20180221Joonas Lahtinen
2018-02-20Revert "drm/radeon/pm: autoswitch power state when in balanced mode"Alex Deucher
2018-02-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie
2018-02-20drm/radeon: use drm_gem_private_object_initChristian König
2018-02-20drm/amdgpu: use drm_gem_private_object_initChristian König
2018-02-20drm/amdgpu: mitigate workaround for i915Christian König
2018-02-20drm/amdgpu: implement amdgpu_gem_map_(attach/detach)Christian König
2018-02-20drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fencedChris Wilson
2018-02-20drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinningChris Wilson
2018-02-20drm/i915: Move the policy for placement of the GGTT vma into the callerChris Wilson
2018-02-20drm/i915: Also check view->type for a normal GGTT viewChris Wilson
2018-02-20drm/i915: Drop WaDoubleCursorLP3Latency:ivbVille Syrjälä
2018-02-20drm/i915: Set the primary plane pipe select bits on gen4Ville Syrjälä
2018-02-20drm/i915: Don't set cursor pipe select bits on g4x+Ville Syrjälä
2018-02-20drm/i915: Assert that we don't overflow frontbuffer tracking bitsVille Syrjälä
2018-02-20drm/omapdrm: Use of_find_backlight helperMeghana Madhyastha
2018-02-20drm/panel: Use of_find_backlight helperMeghana Madhyastha
2018-02-20drm/omapdrm: Use backlight_enable/disable helpersMeghana Madhyastha
2018-02-20drm/panel: Use backlight_enable/disable helpersMeghana Madhyastha
2018-02-20drm/tinydrm: Call devres version of of_find_backlightMeghana Madhyastha
2018-02-20drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlightMeghana Madhyastha
2018-02-20drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/dis...Meghana Madhyastha
2018-02-20Merge tag 'topic/backlight_for_lag-2018-01-29' of git://anongit.freedesktop.o...Sean Paul
2018-02-20drm/doc: Polish for drm_mode_parse_command_line_for_connectorDaniel Vetter
2018-02-20drm/docs: Document "scaling mode" property betterDaniel Vetter
2018-02-20drm/docs: Align layout of optional plane blending propertiesDaniel Vetter
2018-02-20drm/i915: Track number of pending freed objectsChris Wilson
2018-02-20drm: simple_kms_helper: Add mode_valid() callback supportLinus Walleij
2018-02-19drm/i915/: Initialise trans_min for skl_compute_transition_wm()Chris Wilson
2018-02-19drm/i915: Clear the in-use marker on execbuf failureChris Wilson
2018-02-19drm/amdgpu/powerplay/smu7: drop refresh rate checks for mclk switchingAlex Deucher
2018-02-19drm/amdgpu/cgs: add refresh rate checking to non-DC display codeAlex Deucher
2018-02-19drm/amd/powerplay/smu7: allow mclk switching with no displaysAlex Deucher
2018-02-19drm/amd/powerplay/vega10: allow mclk switching with no displaysAlex Deucher
2018-02-19drm/amd/powerplay: use PP_CAP macro for disable_mclk_switching_for_frame_lockAlex Deucher
2018-02-19drm/amd/powerplay: remove unused headersCorentin Labbe
2018-02-19drm/amdgpu_gem: fix error handling path in amdgpu_gem_va_update_vmGustavo A. R. Silva