| .. |
|
Kconfig
|
885ac04ab3
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
|
il y a 11 ans |
|
Makefile
|
9d0a6fa6c5
drm/i915: add render state initialization
|
il y a 11 ans |
|
dvo.h
|
ce1424078b
drm/i915: Remove unused mode_fixup() vfunc of struct intel_dvo_dev_ops
|
il y a 12 ans |
|
dvo_ch7017.c
|
732ce74f4a
drm/i915/dvo: implement get_hw_state
|
il y a 13 ans |
|
dvo_ch7xxx.c
|
6ed6bd84ea
drm/i915: Remove spurious semicolons
|
il y a 11 ans |
|
dvo_ivch.c
|
6ed6bd84ea
drm/i915: Remove spurious semicolons
|
il y a 11 ans |
|
dvo_ns2501.c
|
6ed6bd84ea
drm/i915: Remove spurious semicolons
|
il y a 11 ans |
|
dvo_sil164.c
|
6ed6bd84ea
drm/i915: Remove spurious semicolons
|
il y a 11 ans |
|
dvo_tfp410.c
|
6ed6bd84ea
drm/i915: Remove spurious semicolons
|
il y a 11 ans |
|
i915_cmd_parser.c
|
44e895a8a2
drm/i915: Use hash tables for the command parser
|
il y a 11 ans |
|
i915_debugfs.c
|
d3fcc808b2
drm/i915: Use for_each_intel_crtc() when iterating through intel_crtcs
|
il y a 11 ans |
|
i915_dma.c
|
2206e6a11b
drm/i915: use dev_priv directly in i915_driver_unload
|
il y a 11 ans |
|
i915_drv.c
|
70e1e0ec02
drm/i915: Use for_each_crtc() when iterating through the CRTCs
|
il y a 11 ans |
|
i915_drv.h
|
9d0a6fa6c5
drm/i915: add render state initialization
|
il y a 11 ans |
|
i915_gem.c
|
8b1bc9b4f1
drm/i915: Only do gtt cleanup in vma_unbind for the global vma
|
il y a 11 ans |
|
i915_gem_context.c
|
9d0a6fa6c5
drm/i915: add render state initialization
|
il y a 11 ans |
|
i915_gem_debug.c
|
50227e1cae
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
|
il y a 11 ans |
|
i915_gem_dmabuf.c
|
ce7ec768d6
drm/i915: dma_buf_vunmap is presumed not to fail, don't let it
|
il y a 11 ans |
|
i915_gem_evict.c
|
50227e1cae
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
|
il y a 11 ans |
|
i915_gem_execbuffer.c
|
ffd93f2480
drm/i915: Work-around garbage DR4 from UXA
|
il y a 11 ans |
|
i915_gem_gtt.c
|
d7f25f23d2
drm/i915/chv: Implement stolen memory size detection
|
il y a 11 ans |
|
i915_gem_gtt.h
|
ee0ce4784a
drm/i915/chv: PPAT setup for Cherryview
|
il y a 11 ans |
|
i915_gem_render_state.c
|
9d0a6fa6c5
drm/i915: add render state initialization
|
il y a 11 ans |
|
i915_gem_stolen.c
|
fcc9fe1a5a
drm/i915: restrict vt-d stolen memory workaround to pre-gen8
|
il y a 11 ans |
|
i915_gem_tiling.c
|
50227e1cae
drm/i915: prefer struct drm_i915_private to drm_i915_private_t
|
il y a 11 ans |
|
i915_gpu_error.c
|
ebc348b2ad
drm/i915: Move semaphore specific ring members to struct
|
il y a 11 ans |
|
i915_ioc32.c
|
760285e7e7
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
|
il y a 13 ans |
|
i915_irq.c
|
45a83f84b7
drm/i915: Drop unecessary casts in i915_irq.c
|
il y a 11 ans |
|
i915_params.c
|
7a10dfa638
drm/i915: Add debug module option for VTd validation
|
il y a 11 ans |
|
i915_reg.h
|
44f37d1f52
drm/i915/chv: Pipe select change for DP and HDMI
|
il y a 11 ans |
|
i915_suspend.c
|
768cf7f440
drm/i915: Kill most of the FBC register save/restore
|
il y a 12 ans |
|
i915_sysfs.c
|
d46c05175e
drm/i915: get a runtime PM ref for debugfs entries where needed
|
il y a 11 ans |
|
i915_trace.h
|
25ef284a2a
drm/i915: Add pipe update trace points
|
il y a 11 ans |
|
i915_trace_points.c
|
c43b563403
drm/i915: [sparse] trivial sparse fixes
|
il y a 13 ans |
|
i915_ums.c
|
7f1bdbcb32
drm/i915: Only restore backlight combination mode reg for ums
|
il y a 12 ans |
|
intel_acpi.c
|
fbb9c10d40
Merge branch 'acpi-dsm'
|
il y a 12 ans |
|
intel_bios.c
|
3dd4e84604
drm/i915: Validate VBT header before trusting it
|
il y a 11 ans |
|
intel_bios.h
|
885ac04ab3
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
|
il y a 11 ans |
|
intel_crt.c
|
894ed1ec48
drm/i915/crt: Remove ->mode_set callback
|
il y a 11 ans |
|
intel_ddi.c
|
882244a340
drm/i915: fix WARNs when reading DDI state while suspended
|
il y a 11 ans |
|
intel_display.c
|
70e1e0ec02
drm/i915: Use for_each_crtc() when iterating through the CRTCs
|
il y a 11 ans |
|
intel_dp.c
|
44f37d1f52
drm/i915/chv: Pipe select change for DP and HDMI
|
il y a 11 ans |
|
intel_drv.h
|
dfba2e2d33
drm/i915: Correct MIPI operation mode as per expected values from VBT
|
il y a 11 ans |
|
intel_dsi.c
|
cf4dbd2ecb
drm/i915: MIPI init count programming as generic parameter
|
il y a 11 ans |
|
intel_dsi.h
|
cf4dbd2ecb
drm/i915: MIPI init count programming as generic parameter
|
il y a 11 ans |
|
intel_dsi_cmd.c
|
e1047028e2
drm/i915: Send DPI command explicitely in LP mode
|
il y a 11 ans |
|
intel_dsi_cmd.h
|
e1047028e2
drm/i915: Send DPI command explicitely in LP mode
|
il y a 11 ans |
|
intel_dsi_pll.c
|
8e1eed5aa8
drm/i915: Try harder to get best m, n, p values with minimal error
|
il y a 12 ans |
|
intel_dvo.c
|
912b0e2dc6
drm/i915/dvo: Remove ->mode_set callback
|
il y a 11 ans |
|
intel_fbdev.c
|
c0c97622c1
drm/i915: Use the connector name in fbdev debug messages
|
il y a 11 ans |
|
intel_hdmi.c
|
44f37d1f52
drm/i915/chv: Pipe select change for DP and HDMI
|
il y a 11 ans |
|
intel_i2c.c
|
4e6b788c3f
drm/i915: Disable dp aux irq on g4x
|
il y a 12 ans |
|
intel_lvds.c
|
773875bfb6
drm/i915: Don't set the 8to6 dither flag when not scaling
|
il y a 11 ans |
|
intel_modes.c
|
55bc60db59
drm/i915: Add "Automatic" mode for the "Broadcast RGB" property
|
il y a 13 ans |
|
intel_opregion.c
|
379dd277ed
Merge tag 'drm-intel-fixes-2014-02-06' of ssh://git.freedesktop.org/git/drm-intel into drm-next
|
il y a 12 ans |
|
intel_overlay.c
|
9f97ba806a
Merge tag 'drm-intel-fixes-2014-04-04' of git://anongit.freedesktop.org/drm-intel into drm-next
|
il y a 11 ans |
|
intel_panel.c
|
885ac04ab3
Merge tag 'drm-intel-next-2014-04-16' of git://anongit.freedesktop.org/drm-intel into drm-next
|
il y a 11 ans |
|
intel_pm.c
|
70e1e0ec02
drm/i915: Use for_each_crtc() when iterating through the CRTCs
|
il y a 11 ans |
|
intel_renderstate.h
|
9d0a6fa6c5
drm/i915: add render state initialization
|
il y a 11 ans |
|
intel_renderstate_gen6.c
|
229b0489aa
drm/i915: add null render states for gen6, gen7 and gen8
|
il y a 11 ans |
|
intel_renderstate_gen7.c
|
229b0489aa
drm/i915: add null render states for gen6, gen7 and gen8
|
il y a 11 ans |
|
intel_renderstate_gen8.c
|
229b0489aa
drm/i915: add null render states for gen6, gen7 and gen8
|
il y a 11 ans |
|
intel_ringbuffer.c
|
d153337958
drm/i915: Ringbuffer signal func for the second BSD ring
|
il y a 11 ans |
|
intel_ringbuffer.h
|
44e895a8a2
drm/i915: Use hash tables for the command parser
|
il y a 11 ans |
|
intel_sdvo.c
|
192d47a64e
drm/i915/sdvo: Remove ->mode_set callback
|
il y a 11 ans |
|
intel_sdvo_regs.h
|
e445123975
drm/i915: use __packed instead of __attribute__((packed))
|
il y a 12 ans |
|
intel_sideband.c
|
0d95e11b7e
drm/i915: Warn when DPIO read returns 0xffffffff
|
il y a 11 ans |
|
intel_sprite.c
|
25ef284a2a
drm/i915: Add pipe update trace points
|
il y a 11 ans |
|
intel_tv.c
|
809a2a8b4a
drm/i915/tv: Remove ->mode_set callback
|
il y a 11 ans |
|
intel_uncore.c
|
1d2866baf7
drm/i915/bdw: enable eDRAM.
|
il y a 11 ans |