summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä20-143/+28
2018-03-05drm/armada: Use drm_mode_get_hv_timing() to populate plane clip rectangleVille Syrjälä2-8/+10
2018-03-05drm/armada: Construct a temporary crtc state for plane checksVille Syrjälä2-2/+10
2018-03-05drm/vc4: Replace long HDMI udelay with usleep_rangeStefan Wahren1-1/+1
2018-03-05drm/vc4: Advertise supported modifiers for planesDaniel Stone2-1/+34
2018-03-05drm/bridge/synopsys: dsi: readl_poll_timeout return value clean upPhilippe CORNU1-5/+5
2018-03-05drm/atomic: Call ww_acquire_done after drm_modeset_lock_allMaarten Lankhorst1-0/+1
2018-03-02drm/i915: Add support for the YCbCr COLOR_RANGE propertyVille Syrjälä3-3/+22
2018-03-02drm/i915: Change the COLOR_ENCODING prop default value to BT.709Ville Syrjälä2-2/+2
2018-03-02drm/i915: Add support for the YCbCr COLOR_ENCODING propertyVille Syrjälä3-18/+67
2018-03-02drm/i915: Fix plane YCbCr->RGB conversion for GLKVille Syrjälä4-5/+15
2018-03-02drm/i915: Correctly handle limited range YCbCr data on VLV/CHVVille Syrjälä2-18/+73
2018-03-02drm/atomic: Include color encoding/range in plane state dumpVille Syrjälä3-0/+36
2018-03-02drm: Add optional COLOR_ENCODING and COLOR_RANGE properties to drm_planeJyri Sarha2-0/+111
2018-03-02drm/sun4i: Allow building on arm64Jernej Skrabec1-1/+1
2018-03-02drm/sun4i: Add support for H3 HDMI PHY variantJernej Skrabec4-3/+400
2018-03-02drm/sun4i: Move and expand DW HDMI PHY register macrosJernej Skrabec2-17/+131
2018-03-02drm/sun4i: Add support for variants to DW HDMI PHYJernej Skrabec2-33/+76
2018-03-02drm/sun4i: Fix polarity configuration for DW HDMI PHYJernej Skrabec1-7/+8
2018-03-02drm/sun4i: Add support for H3 mixer 0Jernej Skrabec1-0/+12
2018-03-02drm/sun4i: Add support for H3 display engineJernej Skrabec1-0/+1
2018-03-01drm/rockchip: analogix_dp: reorder psr_unregister call in unbindJeffy Chen1-1/+1
2018-03-01drm/rockchip: analogix_dp: Add a sanity check for rockchip_drm_psr_register()Jeffy Chen1-3/+10
2018-03-01drm/bridge: analogix_dp: Fix connector and encoder cleanupJeffy Chen3-11/+10
2018-03-01drm/bridge: analogix: Do not use device's drvdataJeffy Chen3-61/+63
2018-03-01drm/rockchip: vop: Init vskiplines in scl_vop_cal_scale()Jeffy Chen1-1/+4
2018-03-01drm/rockchip: Add device links for master and componentsJeffy Chen1-1/+22
2018-02-28tinydrm: add backlight dependencydrm-misc-next-2018-02-28Arnd Bergmann1-0/+2
2018-02-27drm/virtio: Add spaces around operatorsRodrigo Siqueira2-12/+12
2018-02-27drm/virtio: Remove multiple blank linesRodrigo Siqueira3-3/+0
2018-02-27drm/virtio: Replace 'unsigned' for 'unsigned int'Rodrigo Siqueira4-5/+5
2018-02-27drm/virtio: Remove return from void functionRodrigo Siqueira1-2/+0
2018-02-27drm/virtio: Add */ in block comments to separate lineRodrigo Siqueira3-3/+6
2018-02-27drm/virtio: Add blank line after variable declarationsRodrigo Siqueira6-0/+12
2018-02-27drm/virtio: Add tabs at the start of a lineRodrigo Siqueira2-4/+4
2018-02-26drm: Include the header with the prototype for drm_get_panel_orientation_quirk()Ville Syrjälä1-0/+1
2018-02-26drm/i915: Remove the pipe/plane ID checks from skl_check_ccs_aux_surface()Ville Syrjälä1-8/+0
2018-02-26drm: Check that the plane supports the request format+modifier comboVille Syrjälä4-17/+40
2018-02-26drm/pl111: Remove reverse dependency on DRM_DUMB_VGA_DACThierry Reding1-1/+0
2018-02-23drm/stm: check pitch and size calculations even if !CONFIG_MMUBenjamin Gaignard1-2/+0
2018-02-23drm/panel: Fix ARM Versatile panel clocksLinus Walleij1-4/+4
2018-02-22drm/pl111: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko3-10/+12
2018-02-22drm/tve200: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko3-7/+8
2018-02-22drm/mxsfb: Do not use deprecated drm_driver.{enable|disable)_vblankOleksandr Andrushchenko1-26/+28
2018-02-22drm/simple_kms_helper: Add {enable|disable}_vblank callback supportOleksandr Andrushchenko1-0/+24
2018-02-22drm: fix drm_get_max_iomem type mismatchArnd Bergmann1-1/+1
2018-02-22drm/simple_kms_helper: Fix NULL pointer dereference with no active CRTCOleksandr Andrushchenko1-7/+3
2018-02-22drm/sun4i: backend: Remove ARGB spoofingMaxime Ripard1-9/+3
2018-02-22drm/sun4i: backend: Make zpos configurableMaxime Ripard1-2/+3
2018-02-22drm/sun4i: Remove the plane description structureMaxime Ripard1-36/+8