public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2014-10-01 21:44:14 to 2014-10-07 18:28:37 UTC [more...]

[PATCH] demos/intel_sprite_on: Added support to display all sprites
 2014-10-07 18:28 UTC  (2+ messages)

[PATCH 1/2] Use = rather than == in test
 2014-10-07 16:41 UTC  (2+ messages)
` [PATCH 2/2] Don't use += to append to a shell variable

[RFC 00/38] PPGTT dynamic page allocations
 2014-10-07 17:11 UTC  (39+ messages)
` [RFC 01/38] drm/i915: Add some extra guards in evict_vm
` [RFC 02/38] drm/i915/trace: Fix offsets for 64b
` [RFC 03/38] drm/i915: Wrap VMA binding
` [RFC 04/38] drm/i915: Make pin global flags explicit
` [RFC 05/38] drm/i915: Split out aliasing binds
` [RFC 06/38] drm/i915: fix gtt_total_entries()
` [RFC 07/38] drm/i915: Rename to GEN8_LEGACY_PDPES
` [RFC 08/38] drm/i915: Split out verbose PPGTT dumping
` [RFC 09/38] drm/i915: s/pd/pdpe, s/pt/pde
` [RFC 10/38] drm/i915: rename map/unmap to dma_map/unmap
` [RFC 11/38] drm/i915: Setup less PPGTT on failed pagedir
` [RFC 12/38] drm/i915: Un-hardcode number of page directories
` [RFC 13/38] drm/i915: Make gen6_write_pdes gen6_map_page_tables
` [RFC 14/38] drm/i915: Range clearing is PPGTT agnostic
` [RFC 15/38] drm/i915: Page table helpers, and define renames
` [RFC 16/38] drm/i915: construct page table abstractions
` [RFC 17/38] drm/i915: Complete page table structures
` [RFC 18/38] drm/i915: Create page table allocators
` [RFC 19/38] drm/i915: Generalize GEN6 mapping
` [RFC 20/38] drm/i915: Clean up pagetable DMA map & unmap
` [RFC 21/38] drm/i915: Always dma map page table allocations
` [RFC 22/38] drm/i915: Consolidate dma mappings
` [RFC 23/38] drm/i915: Always dma map page directory allocations
` [RFC 24/38] drm/i915: Track GEN6 page table usage
` [RFC 25/38] drm/i915: Extract context switch skip logic
` [RFC 26/38] drm/i915: Track page table reload need
` [RFC 27/38] drm/i915: Initialize all contexts
` [RFC 28/38] drm/i915: Finish gen6/7 dynamic page table allocation
` [RFC 29/38] drm/i915/bdw: Use dynamic allocation idioms on free
` [RFC 30/38] drm/i915/bdw: pagedirs rework allocation
` [RFC 31/38] drm/i915/bdw: pagetable allocation rework
` [RFC 32/38] drm/i915/bdw: Make the pdp switch a bit less hacky
` [RFC 33/38] drm/i915: num_pd_pages/num_pd_entries isn't useful
` [RFC 34/38] drm/i915: Extract PPGTT param from pagedir alloc
` [RFC 35/38] drm/i915/bdw: Split out mappings
` [RFC 36/38] drm/i915/bdw: begin bitmap tracking
` [RFC 37/38] drm/i915/bdw: Dynamic page table allocations
` [RFC 38/38] drm/i915/bdw: Dynamic page table allocations in lrc mode

[RFC 00/21] Replace seqno values with request structures
 2014-10-07 16:47 UTC  (26+ messages)
` [RFC 01/21] Bug: missing i915_seqno_passed() call?
  ` [RFC 02/21] drm/i915: Remove redundant parameter to i915_gem_object_wait_rendering__tail()
    ` [RFC 03/21] drm/i915: Ensure OLS & PLR are always in sync
      ` [RFC 04/21] drm/i915: Add reference count to request structure
        ` [RFC 05/21] drm/i915: Add helper functions to aid seqno -> request transition
          ` [RFC 06/21] drm/i915: Replace last_[rwf]_seqno with last_[rwf]_req
            ` [RFC 07/21] drm/i915: Ensure requests stick around during waits
              ` [RFC 08/21] drm/i915: Remove 'outstanding_lazy_seqno'
                ` [RFC 09/21] drm/i915: Make 'i915_gem_check_olr' actually check by request not seqno
                  ` [RFC 10/21] drm/i915: Convert 'last_flip_req' to be a request not a seqno
                    ` [RFC 11/21] drm/i915: Convert i915_wait_seqno to i915_wait_request
                      ` [RFC 12/21] drm/i915: Convert 'i915_add_request' to take a request not a seqno
                        ` [RFC 13/21] drm/i915: Convert mmio_flip::seqno to struct request
                          ` [RFC 14/21] drm/i915: Convert 'flip_queued_seqno' into 'flip_queued_request'
                            ` [RFC 15/21] drm/i915: Convert most 'i915_seqno_passed' calls into 'i915_gem_request_completed'
                              ` [RFC 16/21] drm/i915: Convert __wait_seqno() to __wait_request()
                                ` [RFC 17/21] drm/i915: Convert trace functions from seqno to request
                                  ` [RFC 18/21] drm/i915: Convert 'trace_irq' to use requests rather than seqnos
                                    ` [RFC 19/21] drm/i915: Convert semaphores to handle requests not seqnos
                                      ` [RFC 20/21] drm/i915: Convert 'ring_idle()' to use "
                                        ` [RFC 21/21] drm/i915: Remove 'obj->ring'
` [RFC 22/21] drm/i915: Cache request completion status

[PATCH v3 01/11] drm/i915: Merge of visible and !visible paths for primary planes
 2014-10-07 16:27 UTC  (16+ messages)
` [PATCH v3 04/11] drm/i915: move check of intel_crtc_cursor_set_obj() out
` [PATCH v3 05/11] drm/i915: remove intel_crtc_cursor_set_obj()
` [PATCH v3 06/11] drm/i915: split intel_crtc_page_flip() into check() and commit()
` [PATCH v3 07/11] drm: add helper to get crtc timings
` [PATCH v3 09/11] drm/i915: create a prepare phase for sprite plane updates
` [PATCH v3 10/11] drm/i915: use intel_fb_obj() macros to assign gem objects
  ` [Intel-gfx] "
` [PATCH v3 11/11] drm/i915: remove intel_pipe_set_base()

[PATCH] drm/i915: Convert hangcheck from a timer into a delayed work item
 2014-10-07 15:34 UTC  (3+ messages)

[PATCH] drm/i915: remove bogus intel_increase_pllclock
 2014-10-07 15:15 UTC 

[PATCH 1/4] drm/i915: Restore default render context after hw state reset
 2014-10-07 15:06 UTC  (5+ messages)
` [PATCH 2/4] drm/i915: Reinitialize default context after resume
` [PATCH 3/4] drm/i915: Build workaround list in ring initialization
` [PATCH 4/4] drm/i915: Check workaround status on dfs read time

[PATCH 0/6] RFC: Persistent workarounds across reset/resume
 2014-10-07 14:54 UTC  (4+ messages)
` [PATCH 1/6] drm/i915: Reinitialize default context after reset

[RFC 0/6] Rearranging PPS related code
 2014-10-07 15:09 UTC  (7+ messages)
` [RFC 1/6] drm/i915: Create PPS related struct and func pointers
` [RFC 2/6] drm/i915: Define PPS setup functions
` [RFC 3/6] drm/i915: Program PPS registers
` [RFC 4/6] drm/i915: Removing refs to intel_dp_panel_power_sequencer
` [RFC 5/6] drm/i915: Replace all refs to intel_dp delays
` [RFC 6/6] drm/i915: Modify refs to intel dp timestamps

[PATCH 1/3] drm/i915: Add missing '\n' to cdclk debug message
 2014-10-07 14:41 UTC  (3+ messages)
` [PATCH 2/3] drm/i915: Grab rpm ref when changing cdclk on VLV/CHV
` [PATCH 3/3] drm/i915: Cache HPLL frequency "

[PATCH 1/1] drm/i915: Wait thread status on gen8+ fw sequence
 2014-10-07 13:30 UTC 

[PATCH] drm: Implement O_NONBLOCK support on /dev/dri/cardN
 2014-10-07 13:13 UTC 

limiting modes on 4k monitors on Haswell ULT
 2014-10-07 13:07 UTC  (6+ messages)

[PATCH 0/3] drm/i915: Make HDMI 12bpc actually work
 2014-10-07 11:20 UTC  (4+ messages)
` [PATCH 1/3] drm/i915: Implement WaEnableHDMI8bpcBefore12bpc:snb, ivb
` [PATCH 2/3] drm/i915: Send GCP infoframes for deep color HDMI sinks
` [PATCH 3/3] drm/i915: Enable default_phase in GCP when possible

Taking tiling and rotation into account in watermark computations
 2014-10-07 11:13 UTC  (3+ messages)

[PATCH i-g-t 1/3] quick_dump: Move base_display.txt to indivual platforms
 2014-10-07 10:26 UTC  (4+ messages)
` [PATCH i-g-t 2/3] quick_dump/skl: Add some display registers
` [PATCH i-g-t 3/3] quick_dump/skl: Make quick_dump SKL aware

[PATCH i-g-t 1/2] quick-dump: Make quick dump link against libintel_tools
 2014-10-07 10:06 UTC  (3+ messages)
` [PATCH i-g-t 2/2] quick_dump: Add a test to verify we can load the dynamic library

[PATCH] drm/i915: Audio N value computed for pixel doubled modes
 2014-10-07  8:52 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 2/2] drm/i915: Add rotation support for cursor plane
 2014-10-07  8:43 UTC  (3+ messages)
` [PATCH] "

[PATCH] drm/i915/hdmi: Compute port_clock for 27.027 pixel replicated modes
 2014-10-07  8:29 UTC  (6+ messages)

[PATCH i-g-t 1/2] gem_seqno_wrap: Remove unused variable
 2014-10-06 17:52 UTC  (2+ messages)
` [PATCH i-g-t 2/2] overlay: Fix compilation warning when not having xrandr

[PATCH i-g-t] gem_wait: Use PRIu64 in format string
 2014-10-06 16:01 UTC 

[PATCH 0/2] drm/i915: WA intel_backlight scale math
 2014-10-06 14:15 UTC  (5+ messages)
` [PATCH 1/2 v3] drm/i915: intel_backlight scale() math WA
` [PATCH 2/2] drm/i915: Move DIV_ROUND_CLOSEST_ULL macro to header

Kswapd 100% CPU since 3.8 on Sandybridge
 2014-10-06 13:32 UTC  (4+ messages)

[PATCH] tests/gem_wait: Don't close drmfd in subtest
 2014-10-06  6:33 UTC 

[PATCH] drm/i915/skl: Add 180 degree HW rotation support
 2014-10-04  9:58 UTC  (2+ messages)

[PATCH 0/6] Kill IS_ULT() in favour of the per-product variant
 2014-10-03 21:34 UTC  (6+ messages)

[PATCH 00/14] i915 kerneldocs part 1
 2014-10-03 20:51 UTC  (13+ messages)
` [PATCH 07/14] drm/i915: s/pm._irqs_disabled/pm.irqs_enabled/
` [PATCH 08/14] drm/i915: Use dev_priv instead of dev in irq setup functions
` [PATCH 09/14] drm/i915: kerneldoc for interrupt enable/disable functions
` [PATCH 14/14] drm/i915: kerneldoc for intel_fifo_underrun.c

[PATCH 00/89] Basic Skylake enabling
 2014-10-03 18:25 UTC  (5+ messages)
` [PATCH 61/89] drm/i915/skl: Determine enabled PLL and its linkrate/pixel clock

[PATCH 00/18] drm/i915: hdmi/dp audio rework
 2014-10-03 16:22 UTC  (20+ messages)
` [PATCH 01/18] drm/i915: add new intel audio file to group DP/HDMI audio
` [PATCH 02/18] drm/i915/audio: constify hdmi audio clock struct
` [PATCH 03/18] drm/i915/audio: beat some sense into the variable types and names
` [PATCH 04/18] drm/i915: pass intel_encoder to intel_write_eld
` [PATCH 05/18] drm/i915/audio: pass intel_encoder on to platform specific ELD functions
` [PATCH 06/18] drm/i915/audio: set ELD Conn_Type at one place
` [PATCH 07/18] drm/i915/ddi: write ELD where it's supposed to be done
` [PATCH 08/18] drm/i915: introduce intel_audio_codec_{enable, disable}
` [PATCH 09/18] drm/i915/audio: remove misleading checks for !eld[0]
` [PATCH 10/18] drm/i915: clean up and clarify audio related register defines
` [PATCH 11/18] drm/i915: rewrite hsw/bdw audio codec enable/disable sequences
` [PATCH 12/18] drm/i915/audio: rewrite vlv/chv and gen 5-7 audio codec enable sequence
` [PATCH 13/18] drm/i915/audio: add vlv/chv/gen5-7 audio codec disable sequence
` [PATCH 14/18] drm/i915: enable audio codec after port
` [PATCH 15/18] drm/i915/audio: add audio codec disable on g4x
` [PATCH 16/18] drm/i915/audio: add audio codec enable debug log for g4x
` [PATCH 17/18] drm/i915: make pipe/port based audio valid accessors easier to use
` [PATCH 18/18] drm/i915/audio: add DOC comment describing HDA over HDMI/DP

Updated drm-intel-testing
 2014-10-03 15:41 UTC 

[PATCH RFC 0/4] drm/core: restore suspend/resume calbacks in KMS drm drivers
 2014-10-03 15:22 UTC  (9+ messages)
` [PATCH RFC 1/4] drm/i915: set PM callbacks only if modeset is turned off
` [PATCH RFC 2/4] drm/core: re-enable suspend/resume callbacks for KMS drivers
` [PATCH RFC 3/4] drm/exynos: remove master component PM callbacks
` [PATCH RFC 4/4] drm/exynos: correct connector->dpms field before resuming

[PATCH] drm/i915: Remove the duplicated logic between the two shrink phases
 2014-10-03 13:41 UTC  (2+ messages)

[PULL] drm-intel-next-fixes for 3.18
 2014-10-03  8:49 UTC 

[PULL] topic/core-stuff
 2014-10-03  8:42 UTC 

[PATCH 0/4] drm/i915: A few CHV stragglers
 2014-10-03  8:21 UTC  (6+ messages)
` [PATCH 3/4] drm/i915: Make sure hardware uses the correct swing margin/deemph bits on chv
` [PATCH v2 4/4] drm/i915: Clear TX FIFO reset master override "

[PATCH] drm/i915: Revert "drm/i915: Reject the pin ioctl on gen6+"
 2014-10-02 21:47 UTC  (7+ messages)

randconfig build error with next-20141001, in drivers/gpu/drm/i915
 2014-10-02 16:56 UTC  (5+ messages)

[PATCH] lib/Android.mk: add define of IGT_DATADIR for igt_fb.c
 2014-10-02 15:56 UTC  (2+ messages)

[PULL] drm-intel-fixes
 2014-10-02 13:42 UTC 

[PATCH] tests: Sprinkle missing igt_exit() where needed
 2014-10-02 12:07 UTC  (2+ messages)

[PATCH] drm/i915: fix short vs. long hpd detection
 2014-10-02  8:26 UTC  (2+ messages)

[PATCH] drm/i915: make sink_crc return -EIO on aux read/write failure
 2014-10-02  7:49 UTC  (2+ messages)

[PATCH] drm/i915: Constify send buffer for intel_dp_aux_ch
 2014-10-02  7:46 UTC 

[PATCH] drm/i915: De-magic the PSR AUX message
 2014-10-02  7:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drm/i915: Do not export RC6p and RC6pp if they don't exist
 2014-10-01 20:54 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox