Skip to content
  1. Mar 01, 2018
    • Laurent Pinchart's avatar
      drm: omapdrm: Use unsigned int type · d11e5c82
      Laurent Pinchart authored
      
      
      The kernel favours 'unsigned int' over plain 'unsigned'. Replace all
      occurences of the latter by the former. This avoid lots of checkpatch
      complaints in patches that touch lines where a plain 'unsigned' is used.
      
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      d11e5c82
    • Laurent Pinchart's avatar
      drm: omapdrm: Use kernel integer types · dfe9cfcc
      Laurent Pinchart authored
      
      
      The standard kernel integer types are [us]{8,16,32}. Use them instead of
      the u?int{8,16,32}_t types.
      
      Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
      Reviewed-by: default avatarSebastian Reichel <sebastian.reichel@collabora.co.uk>
      Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
      dfe9cfcc
    • Dave Airlie's avatar
      Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel into drm-next · f073d78e
      Dave Airlie authored
      Driver Changes:
      
      - Lift alpha_support protection from Cannonlake (Rodrigo)
      	* Meaning the driver should mostly work for the hardware we had
      	  at our disposal when testing
      	* Used to be preliminary_hw_support
      - Add missing Cannonlake PCI device ID of 0x5A4C (Rodrigo)
      - Cannonlake port register fix (Mahesh)
      
      - Fix Dell Venue 8 Pro black screen after modeset (Hans)
      - Fix for always returning zero out-fence from execbuf (Daniele)
      - Fix HDMI audio when no no relevant video output is active (Jani)
      - Fix memleak of VBT data on driver_unload (Hans)
      
      - Fix for KASAN found locking issue (Maarten)
      - RCU barrier consolidation to improve igt/gem_sync/idle (Chris)
      - Optimizations to IRQ handlers (Chris)
      - vblank tracking improvements (64-bit resolution, PM) (Dhinakaran)
      - Pipe select bit corrections (Ville)
      - Reduce runtime computed device_info fields (Chris)
      - Tune down some WARN_ONs to GEM_BUG_ON now that CI has good coverage (Chris)
      - A bunch of kerneldoc warning fixes (Chris)
      
      * tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-intel: (113 commits)
        drm/i915: Update DRIVER_DATE to 20180221
        drm/i915/fbc: Use PLANE_HAS_FENCE to determine if the plane is fenced
        drm/i915/fbdev: Use the PLANE_HAS_FENCE flags from the time of pinning
        drm/i915: Move the policy for placement of the GGTT vma into the caller
        drm/i915: Also check view->type for a normal GGTT view
        drm/i915: Drop WaDoubleCursorLP3Latency:ivb
        drm/i915: Set the primary plane pipe select bits on gen4
        drm/i915: Don't set cursor pipe select bits on g4x+
        drm/i915: Assert that we don't overflow frontbuffer tracking bits
        drm/i915: Track number of pending freed objects
        drm/i915/: Initialise trans_min for skl_compute_transition_wm()
        drm/i915: Clear the in-use marker on execbuf failure
        drm/i915: Prune gen8_gt_irq_handler
        drm/i915: Track GT interrupt handling using the master iir
        drm/i915: Remove WARN_ONCE for failing to pm_runtime_if_in_use
        drm: intel_dpio_phy: fix kernel-doc comments at nested struct
        drm/i915: Release connector iterator on a digital port conflict.
        drm/i915/execlists: Remove too early assert
        drm/i915: Assert that we always complete a submission to guc/execlists
        drm: move read_domains and write_domain into i915
        ...
      f073d78e
    • Dave Airlie's avatar
      Merge tag 'tilcdc-4.17' of https://github.com/jsarha/linux into drm-next · 0feeb106
      Dave Airlie authored
      drm/tilcdc changes to v4.17
      
      * tag 'tilcdc-4.17' of https://github.com/jsarha/linux:
        drm/tilcdc: tilcdc_panel: Rename device from "panel" to "tilcdc-panel"
        drm/tilcdc: Add support for drm panels
        drm/tilcdc: panel: Use common error handling code in of_get_panel_info()
        drm/tilcdc: Delete an error message for a failed memory allocation in seven functions
      0feeb106
  2. Feb 28, 2018
  3. Feb 23, 2018
    • Dave Airlie's avatar
      Merge tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next · 727edc74
      Dave Airlie authored
      drm-misc-next for 4.17:
      
      Cross-subsystem Changes:
      - Backlight helpers to enable/disable and find devices in dt (Meghana)
      
      Core Changes:
      - Documentation improvements (Chris/Daniel/Jani)
      - simple_kms_helper: Add mode_valid() support (Linus)
      - mm: Fix bug in interval_tree causing nodes to be out-of-order (Chris)
      
      Driver Changes:
      - tinydrm/panel: Use the new backlight helpers (Meghana)
      - rockchip: Support gem_prime_import_sg_table + some fixes (Various)
      - sun4i: Add A83T HDMI support using dw-hdmi (Jernej)
      
      Cc: Meghana Madhyastha <meghana.madhyastha@gmail.com>
      Cc: Jani Nikula <jani.nikula@intel.com>
      Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
      Cc: Chris Wilson <chris@chris-wilson.co.uk>
      Cc: Linus Walleij <linus.walleij@linaro.org>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Jernej Skrabec <jernej.skrabec@siol.net>
      
      * tag 'drm-misc-next-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc: (41 commits)
        drm/omapdrm: Use of_find_backlight helper
        drm/panel: Use of_find_backlight helper
        drm/omapdrm: Use backlight_enable/disable helpers
        drm/panel: Use backlight_enable/disable helpers
        drm/tinydrm: Call devres version of of_find_backlight
        drm/tinydrm: Replace tinydrm_of_find_backlight with of_find_backlight
        drm/tinydrm: Convert tinydrm_enable/disable_backlight to backlight_enable/disable
        drm: add documentation for tv connector state margins
        drm/doc: Use new substruct support
        drm/doc: Polish for drm_mode_parse_command_line_for_connector
        drm/docs: Document "scaling mode" property better
        drm/docs: Align layout of optional plane blending properties
        drm/docs: Discourage adding more to kms-properties.csv
        drm: simple_kms_helper: Add mode_valid() callback support
        drm/todo: Add idr_init_base todo
        drm: Use idr_init_base(1) when using id==0 for invalid
        drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
        drm: NULL pointer dereference [null-pointer-deref] (CWE 476) problem
        dma-buf/sw_sync: Fix kerneldoc warnings
        drm: Fix kerneldoc warnings for drm_lease
        ...
      727edc74
  4. Feb 21, 2018
  5. Feb 20, 2018